config change, move ucode

This commit is contained in:
Richard Yan
2024-06-12 02:15:08 -07:00
parent a47389fc0e
commit 7947df8a6c
3 changed files with 108 additions and 9 deletions

View File

@@ -23,20 +23,21 @@
`define SV_DPI
`endif // SIMULATION
`ifdef SYNTHESIS
`define GPR_RESET
`define GPR_DUPLICATED
`define GBAR_ENABLE
`define GBAR_CLUSTER_ENABLE
`define LSU_DUP_DISABLE
`define ICACHE_DISABLE
`define DCACHE_DISABLE
`define GBAR_ENABLE
`define GBAR_CLUSTER_ENABLE
`define FPU_FPNEW
`define NUM_BARRIERS 8
`define NUM_CORES 2
`define NUM_CORES 4
`define NUM_THREADS 8
`define NUM_WARPS 8
`define EXT_T_DISABLE
`ifdef SYNTHESIS
`define FPU_FPNEW
`define FIRESIM
`endif // SYNTHESIS
@@ -206,7 +207,7 @@
`define UNUSED_ARG(x) /* verilator lint_off UNUSED */ \
x \
/* verilator lint_on UNUSED */
`define TRACE(level, args) $display args
`define TRACE(level, args) $write args
`endif
`endif