fix compilation err

This commit is contained in:
Stan Lee 2026-04-17 10:29:13 -07:00
parent e7ffe7a7df
commit 1298607d95
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ struct SimInstance
Const vcd_val = Const::from_string(shared->fst->valueOf(item.second));
Const sim_val = get_state(wire);
if (sim_val != vcd_val) {
if (debug)
if (shared->debug)
log_warning("Register mismatch at time %lu%s for %s.%s: "
"sim=%s vcd=%s, overwriting...\n",
(unsigned long)time,