yosys/tests/various/bug1614.ys

6 lines
81 B
Plaintext
Raw Normal View History

2020-02-03 14:29:54 -06:00
read_verilog <<EOT
module testcase;
wire [3:0] #1 a = 4'b0000;
endmodule
EOT