summaryrefslogtreecommitdiff
path: root/tests/various/constmsk_test.ys
blob: ce36efc35126e0fb85e1e088a3fa9e006cfc6a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
read_verilog constmsk_test.v

copy test gold
rename test gate

cd gate
techmap -map constmsk_testmap.v;;
cd ..

select -assert-count 2 gold/r:A_WIDTH=3
select -assert-count 1 gate/r:A_WIDTH=2
select -assert-count 1 gate/c:*

miter -equiv -flatten gold gate miter
sat -verify -prove trigger 0 miter