3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 19:05:52 +00:00

Revert PRs #2203 and #2244.

This reverts commit 7e83a51fc9.
This reverts commit b422f2e4d0.
This reverts commit 7cb56f34b0.
This reverts commit 6f9be939bd.
This reverts commit 76a34dc5f3.
This commit is contained in:
whitequark 2020-07-09 18:13:04 +00:00
parent f313211c32
commit 9c120b89ac
5 changed files with 10 additions and 68 deletions

View file

@ -1,6 +0,0 @@
logger -expect error "syntax error, unexpected" 1
read_verilog -sv <<EOT
module test_integer_range();
parameter integer [31:0] a = 0;
endmodule
EOT