IObundle / iob-cache

Verilog Configurable Cache
MIT License
167 stars 32 forks source link

write_process improvements (also added 4th replacement policy (not as important)). #34

Closed joaovroque closed 4 years ago

joaovroque commented 4 years ago

Improvements in write_process_native module: was having a 1-clock-cycle unecessary stall. fix write_process_axi: in a illegal write, it was actually updating the FIFO, instead of just re-transfering. Added LRU with shifts (still uses more logic than the adders, was added only for the thesis, in case they may ask).