From 5f663796ad95b0714227442016354b3c62007e79 Mon Sep 17 00:00:00 2001 From: Stan Lee Date: Mon, 20 Apr 2026 15:22:18 -0700 Subject: [PATCH] oops --- passes/sat/sim.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc index 81e4402ef..033fb9e80 100644 --- a/passes/sat/sim.cc +++ b/passes/sat/sim.cc @@ -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);