projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b844b07
)
add testcase for #1614
author
Stefan Biereigel
<stefan@biereigel.de>
Mon, 3 Feb 2020 20:29:54 +0000
(21:29 +0100)
committer
Stefan Biereigel
<stefan@biereigel.de>
Mon, 3 Feb 2020 20:29:54 +0000
(21:29 +0100)
tests/various/bug1614.ys
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/various/bug1614.ys
b/tests/various/bug1614.ys
new file mode 100644
(file)
index 0000000..
6fbe84a
--- /dev/null
+++ b/
tests/various/bug1614.ys
@@ -0,0
+1,5
@@
+read_verilog <<EOT
+module testcase;
+ wire [3:0] #1 a = 4'b0000;
+endmodule
+EOT