abc9: suppress warnings when no compatible + used flop boxes formed
[yosys.git] / tests / various / logger_nowarning.ys
1 logger -expect-no-warnings -nowarn "is implicitly declared."
2 read_verilog << EOF
3 module top(...);
4 assign b = w;
5 endmodule
6 EOF