diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smtbmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smtbmc/Makefile b/examples/smtbmc/Makefile index 649c3f69b..711be712b 100644 --- a/examples/smtbmc/Makefile +++ b/examples/smtbmc/Makefile @@ -6,7 +6,7 @@ demo1: demo1.smt2 yosys-smtbmc -i --dump-vcd demo1.vcd demo1.smt2 demo2: demo2.smt2 - yosys-smtbmc -g --dump-vcd demo2.vcd --dump-vlogtb demo2_tb.v demo2.smt2 + yosys-smtbmc -g --dump-vcd demo2.vcd --dump-vlogtb demo2_tb.v --dump-constr demo2.smtc demo2.smt2 iverilog -g2012 -o demo2_tb demo2_tb.v demo2.v vvp demo2_tb +vcd=demo2_tb.vcd |