From eb63767051779ddb0827746ac03287b009af2a5c Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 1 Feb 2024 23:58:06 -0800 Subject: [PATCH] Don't hardcode SIMULATION --- hw/rtl/VX_platform.vh | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/rtl/VX_platform.vh b/hw/rtl/VX_platform.vh index ae78882b..4125b60f 100644 --- a/hw/rtl/VX_platform.vh +++ b/hw/rtl/VX_platform.vh @@ -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