mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 13:15:46 +00:00
fix compilation err
This commit is contained in:
parent
e7ffe7a7df
commit
1298607d95
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue