mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 11:35:20 +02: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
|