mirror of https://github.com/YosysHQ/yosys.git
tests: update select black/white-box tests
This commit is contained in:
parent
eaa5a3e786
commit
281cd10717
|
@ -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 =*
|
||||
|
|
Loading…
Reference in New Issue