yosys/tests/select/list_mod.ys

14 lines
158 B
Plaintext
Raw Permalink Normal View History

2024-10-16 04:43:26 -05:00
read_verilog <<EOF
module top1;
(* foo *)
wire w;
endmodule
module top2;
(* bar *)
wire w;
endmodule
EOF
logger -expect log top1 1
select -list-mod a:foo %m