Define SIMULATION for VCS in VX_platform.vh

This commit is contained in:
Hansung Kim
2023-11-15 19:14:58 -08:00
parent 512fc0da1c
commit d2d7ee61bb

View File

@@ -115,6 +115,8 @@
// NOTE(hansung): define these macros to be the same as VERILATOR under VCS;
// they will mostly be ignored
`ifdef VCS
// VCS doesn't define SIMULATION by default
`define SIMULATION
`define TRACING_ON /* verilator tracing_on */
`define TRACING_OFF /* verilator tracing_off */
`ifndef NDEBUG