mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
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
|