This commit is contained in:
Stan Lee 2026-04-20 15:22:18 -07:00
parent 38f97edb45
commit 5f663796ad
1 changed files with 0 additions and 5 deletions

View File

@ -1263,11 +1263,6 @@ struct SimInstance
// Overwrite simulation register state with the ground truth
did_something |= set_state(wire, vcd_val);
}
// Handles multi-dimensional registers
for (auto &item : fst_array_handles) {
if (register_wires.count(item.first) == 0) continue;
did_something |= setStateFromArrayHandles(item.first, item.second);
}
// Apply to all child modules
for (auto child : children)
did_something |= child.second->setRegisters(time);