3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/tests/select/unset2.ys
2020-04-16 10:51:58 -07:00

11 lines
214 B
Plaintext

read_verilog <<EOT
module top(input i, output o);
assign o = i;
endmodule
EOT
select -set foo w:*
select -assert-any @foo
select -unset foo
logger -expect error "Selection @foo is not defined!" 1
select -list @foo