Add modified RTL files for parameterized builds with VX_define_synth.v

This commit is contained in:
wgulian3
2020-03-20 04:04:15 -04:00
parent ff2fc5fa43
commit 5b3df797a4
5 changed files with 29 additions and 17 deletions

View File

@@ -1,7 +1,21 @@
`ifndef VX_DEFINE_SYNTH
`define VX_DEFINE_SYNTH
`define NT 2
`define NT 4
`define NW 8
`define NUMBER_CORES_PER_CLUSTER 2
`define NUMBER_CLUSTERS 1
`define DCACHE_SIZE_BYTES 4096
`define ICACHE_SIZE_BYTES 1024
// L2 Cache size
`define LLCACHE_SIZE_BYTES 8192
// `define QUEUE_FORCE_MLAB 1
// Use l3 cache (required for cluster behavior)
// `define L3C 1
`endif