aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-03-04 10:42:14 +0100
committerGitHub <noreply@github.com>2022-03-04 10:42:14 +0100
commit9581b9adac1578ddad5df27daeb8edf6d2f5d9b2 (patch)
tree2856410616b4f80afaa4098bc03dba0e0f6f83d2 /passes/sat
parentd1fbe738a76efbdbb04da7d8aa04d19d54d6e9cd (diff)
parent8be09b5b24ad5f6a09bbc0bc675ac0be241672ca (diff)
downloadyosys-9581b9adac1578ddad5df27daeb8edf6d2f5d9b2.tar.gz
yosys-9581b9adac1578ddad5df27daeb8edf6d2f5d9b2.tar.bz2
yosys-9581b9adac1578ddad5df27daeb8edf6d2f5d9b2.zip
Merge pull request #3219 from YosysHQ/micko/quick_vcd
VCD reader support by using external tool
Diffstat (limited to 'passes/sat')
-rw-r--r--passes/sat/sim.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc
index 391a25581..d15ae9b57 100644
--- a/passes/sat/sim.cc
+++ b/passes/sat/sim.cc
@@ -1089,6 +1089,7 @@ struct SimWorker : SimShared
pool<Module*> wbmods;
top->writeback(wbmods);
}
+ delete fst;
}
void run_cosim_witness(Module *topmod)