mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 09:04:08 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
logger -expect-no-warnings -nowarn "is implicitly declared."
|
|
read_verilog << EOF
|
|
module top(...);
|
|
assign b = w;
|
|
endmodule
|
|
EOF
|