Files
vortex/rtl/VX_define_synth.v
2020-03-26 03:20:46 -04:00

21 lines
354 B
Verilog

`ifndef VX_DEFINE_SYNTH
`define VX_DEFINE_SYNTH
`define NT 8
`define NW 8
`define NUMBER_CORES_PER_CLUSTER 1
`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