cvw/pipelined/src/cache
2022-07-19 22:42:25 -05:00
..
cache.sv Merged together the cache speed updates with the cache sram changes. The fstore2 changes still need to be added. 2022-07-18 23:37:18 -05:00
cachefsm.sv Reverted to fetched the demand cache line first then doing the eviction. This is important because of an optimization in the replacement policy. The replacement policy updates the LRU 1 cycle late and reads the LRU 1 cycle late for critical path timing. This means doing the eviction first requires an initial 1 cycle delay but this delay has to be applied to all misses because we don't know if an eviction is required. Since reading the demand line first is logically ok so long as it is not written to the sram until after the eviction. 2022-07-19 22:42:25 -05:00
cachereplacementpolicy.sv Fixed an issue with direct map cache's nextway logic. 2022-07-06 18:34:30 -05:00
cacheway.sv Merged together the cache speed updates with the cache sram changes. The fstore2 changes still need to be added. 2022-07-18 23:37:18 -05:00
sram1p1rw.sv added comment about checking SRAM size 2022-07-10 12:48:51 +00:00
subcachelineread.sv Towards allowing dtim + bus. 2022-03-11 14:58:21 -06:00
ts1n28hpcpsvtb64x128m4swbaso_180a_tt1v25c.v Update SRAM to /proj/wally 2022-07-08 08:09:55 -05:00