Fixes in old SAT example.ys
authorClifford Wolf <clifford@clifford.at>
Mon, 1 Sep 2014 09:45:47 +0000 (11:45 +0200)
committerClifford Wolf <clifford@clifford.at>
Mon, 1 Sep 2014 09:45:47 +0000 (11:45 +0200)
passes/sat/example.ys

index 11f5b924b60d332567b0d2bf33f106cc86c65448..cc72faac01acf7b1b2e02cbbdc5d77bb4c04a271 100644 (file)
@@ -1,13 +1,14 @@
 
 read_verilog example.v
 proc; opt_clean
+echo on
 
 sat -set y 1'b1 example001
 sat -set y 1'b1 example002
 sat -set y_sshl 8'hf0 -set y_sshr 8'hf0 -set sh 4'd3 example003
-sat -set y 1'b1 example004
+sat -set y 1'b1 -ignore_unknown_cells example004
 sat -show rst,counter -set-at 3 y 1'b1 -seq 4 example004
 
-sat -prove y 1'b0 -show rst,counter,y example004
-sat -prove y 1'b0 -show rst,counter,y -set-at 1 rst 1'b1 -seq 1 example004
+sat -prove y 1'b0 -show rst,counter,y -ignore_unknown_cells example004
+sat -prove y 1'b0 -tempinduct -show rst,counter,y -set-at 1 rst 1'b1 -seq 1 example004