mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-15 19:54:46 +00:00
add testcase for #1614
This commit is contained in:
parent
b844b078db
commit
90c78f1f85
1 changed files with 5 additions and 0 deletions
5
tests/various/bug1614.ys
Normal file
5
tests/various/bug1614.ys
Normal file
|
@ -0,0 +1,5 @@
|
|||
read_verilog <<EOT
|
||||
module testcase;
|
||||
wire [3:0] #1 a = 4'b0000;
|
||||
endmodule
|
||||
EOT
|
Loading…
Add table
Add a link
Reference in a new issue