projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584780d
)
test: add failing test
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 4 May 2020 19:18:02 +0000
(12:18 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Mon, 4 May 2020 19:18:02 +0000
(12:18 -0700)
tests/verilog/upto.ys
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/verilog/upto.ys
b/tests/verilog/upto.ys
new file mode 100644
(file)
index 0000000..
d87f442
--- /dev/null
+++ b/
tests/verilog/upto.ys
@@ -0,0
+1,5
@@
+read_verilog <<EOT
+module top(input [-128:-65] a);
+endmodule
+EOT
+dump