We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check -assert
1 parent 3cd01a5 commit 48c8d70Copy full SHA for 48c8d70
tests/various/wrapcell.ys
@@ -18,6 +18,7 @@ EOF
18
19
wreduce
20
wrapcell -setattr foo -formatattr bar w{Y_WIDTH} -name OR_{A_WIDTH}_{B_WIDTH}_{Y_WIDTH}
21
+check -assert
22
select -assert-count 2 top/t:OR_2_3_3
23
select -assert-count 1 top/t:OR_3_4_4
24
select -assert-none top/t:OR_2_3_3 top/t:OR_3_4_4 %% top/t:* %D
@@ -47,6 +48,7 @@ EOF
47
48
opt_clean
49
50
wrapcell -setattr foo -formatattr bar w{Y_WIDTH} -name OR_{A_WIDTH}_{B_WIDTH}_{Y_WIDTH}{%unused}
51
52
select -assert-count 1 top/t:OR_2_3_3
53
select -assert-count 1 top/t:OR_2_3_3_unused_Y[1]
54
0 commit comments