Icache/Dcache finally done + configurability tested:

This commit is contained in:
felsabbagh3
2019-11-09 00:03:15 -05:00
parent 8b81989bfd
commit ea7bd485ca
8 changed files with 517 additions and 349 deletions

View File

@@ -136,7 +136,7 @@
`define ICACHE_WAYS 2
`endif
//Bytes
`define ICACHE_BLOCK 8
`define ICACHE_BLOCK 16
`define ICACHE_BANKS 1
`define ICACHE_LOG_NUM_BANKS `CLOG2(`ICACHE_BANKS)