disabling fetch's deadlock check when L1 caches are present

This commit is contained in:
Blaise Tine
2024-01-31 06:16:54 -08:00
parent e2d1387df8
commit 8ab7c590fd
6 changed files with 35 additions and 13 deletions

View File

@@ -291,6 +291,13 @@
///////////////////////////////////////////////////////////////////////////////
`ifdef ICACHE_ENABLE
`define L1_ENABLE
`endif
`ifdef DCACHE_ENABLE
`define L1_ENABLE
`endif
`ifdef L2_ENABLE
`define L2_LINE_SIZE `MEM_BLOCK_SIZE
`else