Don't hardcode SIMULATION

This commit is contained in:
Hansung Kim
2024-02-01 23:58:06 -08:00
parent 48558982f7
commit eb63767051

View File

@@ -116,8 +116,6 @@
// 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