yosys/tests/various/logger_warn.ys

7 lines
181 B
Plaintext
Raw Normal View History

2020-03-13 09:00:18 -05:00
logger -warn "Successfully finished Verilog frontend." -expect warning "Successfully finished Verilog frontend." 1
read_verilog << EOF
module top(...);
assign b = w;
endmodule
EOF