3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-17 18:06:41 +00:00
yosys/tests/various/logger_nowarning.ys
2020-02-23 10:56:39 +01:00

6 lines
127 B
Text

logger -expect-no-warnings -nowarn "is implicitly declared."
read_verilog << EOF
module top(...);
assign b = w;
endmodule
EOF