Started simX

This commit is contained in:
felsabbagh3
2019-11-10 01:21:09 -05:00
parent ea7bd485ca
commit fbf708e419
192 changed files with 28093 additions and 368 deletions

View File

@@ -130,11 +130,7 @@
//Cache configurations
//Bytes
`define ICACHE_SIZE 1024
`ifdef SYN
`define ICACHE_WAYS 1
`else
`define ICACHE_WAYS 2
`endif
//Bytes
`define ICACHE_BLOCK 16
`define ICACHE_BANKS 1
@@ -186,11 +182,7 @@
//Cache configurations
//Bytes
`define DCACHE_SIZE 4096
`ifdef SYN
`define DCACHE_WAYS 1
`else
`define DCACHE_WAYS 2
`endif
//Bytes
`define DCACHE_BLOCK 64