VX_platform.vh: Undefine FIRESIM by default
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
`ifdef SYNTHESIS
|
`ifdef SYNTHESIS
|
||||||
`define FPU_FPNEW
|
`define FPU_FPNEW
|
||||||
`define FIRESIM
|
`define FIRESIM
|
||||||
|
// `define FIRESIM
|
||||||
`endif // SYNTHESIS
|
`endif // SYNTHESIS
|
||||||
|
|
||||||
`ifdef SV_DPI
|
`ifdef SV_DPI
|
||||||
@@ -79,7 +80,7 @@
|
|||||||
`define UNUSED_PIN(x) . x ()
|
`define UNUSED_PIN(x) . x ()
|
||||||
`define UNUSED_ARG(x) x
|
`define UNUSED_ARG(x) x
|
||||||
`define TRACE(level, args) $write args
|
`define TRACE(level, args) $write args
|
||||||
`else
|
`else // !SYNTHESIS
|
||||||
`ifdef VERILATOR
|
`ifdef VERILATOR
|
||||||
`define SIMULATION
|
`define SIMULATION
|
||||||
`define TRACING_ON /* verilator tracing_on */
|
`define TRACING_ON /* verilator tracing_on */
|
||||||
@@ -208,6 +209,7 @@
|
|||||||
x \
|
x \
|
||||||
/* verilator lint_on UNUSED */
|
/* verilator lint_on UNUSED */
|
||||||
`define TRACE(level, args) $write args
|
`define TRACE(level, args) $write args
|
||||||
|
// `define TRACE(level, args) dpi_trace(level, $sformatf args)
|
||||||
`endif
|
`endif
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user