Initial adaptation of muxpack from shregmap
[yosys.git] / passes / sat / example.ys
1
2 read_verilog example.v
3 proc; opt_clean
4 echo on
5
6 sat -set y 1'b1 example001
7 sat -set y 1'b1 example002
8 sat -set y_sshl 8'hf0 -set y_sshr 8'hf0 -set sh 4'd3 example003
9 sat -set y 1'b1 -ignore_unknown_cells example004
10 sat -show rst,counter -set-at 3 y 1'b1 -seq 4 example004
11
12 sat -prove y 1'b0 -show rst,counter,y -ignore_unknown_cells example004
13 sat -prove y 1'b0 -tempinduct -show rst,counter,y -set-at 1 rst 1'b1 -seq 1 example004
14