From 068d5bc02ffea9ba627bbf7151fdb36500eae0f2 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 2 Sep 2016 13:54:24 +0200 Subject: Made examples/smtbmc/demo1.v more interesting --- examples/smtbmc/demo1.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/smtbmc') diff --git a/examples/smtbmc/demo1.v b/examples/smtbmc/demo1.v index d9be41513..567dde148 100644 --- a/examples/smtbmc/demo1.v +++ b/examples/smtbmc/demo1.v @@ -9,7 +9,7 @@ module demo1(input clk, input addtwo, output iseven); `ifdef FORMAL assert property (cnt != 15); - initial assume (!cnt[3] && !cnt[0]); + initial assume (!cnt[2]); `endif endmodule -- cgit v1.2.3