2013-06-09 11:07:05 -05:00
|
|
|
|
2013-06-07 06:59:13 -05:00
|
|
|
read_verilog example.v
|
2013-06-08 07:11:50 -05:00
|
|
|
proc; opt_clean
|
2014-09-01 04:45:47 -05:00
|
|
|
echo on
|
2013-06-09 11:07:05 -05:00
|
|
|
|
2013-06-09 14:55:53 -05:00
|
|
|
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
|
2014-09-01 04:45:47 -05:00
|
|
|
sat -set y 1'b1 -ignore_unknown_cells example004
|
2013-06-09 14:55:53 -05:00
|
|
|
sat -show rst,counter -set-at 3 y 1'b1 -seq 4 example004
|
|
|
|
|
2014-09-01 04:45:47 -05:00
|
|
|
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
|
2013-06-09 09:30:37 -05:00
|
|
|
|