This commit is contained in:
Richard Yan
2024-05-08 11:28:39 -07:00
2 changed files with 3 additions and 11 deletions

View File

@@ -278,7 +278,7 @@
// Size of LSU Request Queue // Size of LSU Request Queue
`ifndef LSUQ_SIZE `ifndef LSUQ_SIZE
`define LSUQ_SIZE (4 * `NUM_WARPS * (`NUM_THREADS / `NUM_LSU_LANES)) `define LSUQ_SIZE (8 * (`NUM_THREADS / `NUM_LSU_LANES))
`endif `endif
// LSU Duplicate Address Check // LSU Duplicate Address Check

View File

@@ -21,7 +21,7 @@
`define DPI_DISABLE `define DPI_DISABLE
`else `else
`define SV_DPI `define SV_DPI
`endif `endif // SIMULATION
`ifdef SYNTHESIS `ifdef SYNTHESIS
`define GPR_RESET `define GPR_RESET
@@ -38,15 +38,7 @@
`endif `endif
`define FIRESIM `define FIRESIM
`endif // SYNTHESIS
// synthesis only
`ifndef SIMULATION
`define SYNTHESIS
`define NDEBUG
`define DPI_DISABLE
`else
`define SV_DPI
`endif
`ifdef SV_DPI `ifdef SV_DPI
`include "util_dpi.vh" `include "util_dpi.vh"