From eae390ae17839bf0273b32149f46a2560a23d934 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 28 Aug 2016 21:35:33 +0200 Subject: Removed $predict again --- examples/smtbmc/demo1.v | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/smtbmc/demo1.v b/examples/smtbmc/demo1.v index 323e6c29c..d9be41513 100644 --- a/examples/smtbmc/demo1.v +++ b/examples/smtbmc/demo1.v @@ -10,7 +10,6 @@ module demo1(input clk, input addtwo, output iseven); `ifdef FORMAL assert property (cnt != 15); initial assume (!cnt[3] && !cnt[0]); - // initial predict ((iseven && addtwo) || cnt == 9); `endif endmodule -- cgit v1.2.3