cache bank pipeline optimization

This commit is contained in:
Blaise Tine
2021-09-14 02:09:35 -07:00
parent 3d7baf1640
commit 4e8293c3e3
5 changed files with 138 additions and 148 deletions

View File

@@ -38,7 +38,7 @@
`endif
`ifndef L1_BLOCK_SIZE
`define L1_BLOCK_SIZE ((`L2_ENABLE || `L3_ENABLE) ? (`NUM_THREADS * 4) : `MEM_BLOCK_SIZE)
`define L1_BLOCK_SIZE ((`L2_ENABLE || `L3_ENABLE) ? 16 : `MEM_BLOCK_SIZE)
`endif
`ifndef STARTUP_ADDR