cvw/pipelined
Ross Thompson cdeccd78e6 At long last found the subtle bug in the LRU.
Since the LRU memory is two ports, 1 read and 1 write, a write in cycle 1 to address x should not
forward data to a read from address y in cycle 2.
A read form address x in cycle 2 would still require forwarding.
2022-12-17 10:03:08 -06:00
..
config Renamed DIV_BITSPERCYCLE to IDIV_BITSPERCYCLE 2022-12-15 08:23:34 -08:00
misc
regression At long last found the subtle bug in the LRU. 2022-12-17 10:03:08 -06:00
src At long last found the subtle bug in the LRU. 2022-12-17 10:03:08 -06:00
testbench Renamed DIV_BITSPERCYCLE to IDIV_BITSPERCYCLE 2022-12-15 08:23:34 -08:00