Add modified RTL files for parameterized builds with VX_define_synth.v
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user