From dfd4c81eac47bd06fc4f419c43e6fe508b4252df Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 28 Feb 2022 11:40:06 +0100 Subject: [PATCH] Quick fix --- passes/sat/sim.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc index 304dfef13..1ce563ac2 100644 --- a/passes/sat/sim.cc +++ b/passes/sat/sim.cc @@ -1304,6 +1304,8 @@ struct SimWorker : SimShared state = 3; break; default: + log("Simulating cycle %d.\n", cycle); + top->setState(inputs, line); if (cycle) { set_inports(clock, State::S1); set_inports(clockn, State::S0); -- 2.30.2