tests: update select black/white-box tests

This commit is contained in:
Eddie Hung 2020-04-22 10:16:14 -07:00
parent eaa5a3e786
commit 281cd10717
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ module wb(input a, b, output o);
assign o = a ^ b;
endmodule
EOT
clean
select -assert-count 1 c:*
select -assert-none t:* t:$and %d
select -assert-count 3 w:*
select -assert-count 4 *
select -assert-count 3 =c:*
select -assert-count 10 =w:*
select -assert-count 13 =*