1
0
rocket-chip/src
Wesley W. Terpstra 35506279af 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.
2017-11-30 16:38:45 -08:00
..
main/scala regmapper: fix d_ready => d_bits loop in RegField.bytes 2017-11-30 16:38:45 -08:00