From f04d1398e569d6371a6f31c34ff145096d4a96c9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 28 Jan 2022 19:41:43 +0100 Subject: [PATCH] check if stop before start --- passes/sat/sim.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc index d0e0b526c..3cf5967cc 100644 --- a/passes/sat/sim.cc +++ b/passes/sat/sim.cc @@ -1012,6 +1012,9 @@ struct SimWorker : SimShared log_warning("Stop time is after simulation file end time\n"); } } + if (stopCountgetAllEdges(fst_clock, startCount, stopCount); fst->reconstructAllAtTimes(edges); bool initial = false; -- 2.30.2