Fix faulty merge on syn-only flags

This commit is contained in:
Hansung Kim
2024-05-07 18:37:25 -07:00
parent f71e705d53
commit be748b109a

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
@@ -37,15 +37,7 @@
`define NUM_WARPS 8 `define NUM_WARPS 8
`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"