Commit 35506279 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

regmapper: fix d_ready => d_bits loop in RegField.bytes

RegField.bytes updates only those bytes which are written every cycle.
However, there was a bug that it would try to return the updated value on reads.
This led to another TL-spec violating combinational path, just like the Debug module.
parent fc1f5be3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment