3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Merge pull request #2027 from YosysHQ/eddie/verilog_neg_upto

ast: swap range regardless of range_left >= 0
This commit is contained in:
Claire Wolf 2020-05-14 18:06:18 +02:00 committed by GitHub
commit ee0beb481d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 8 deletions

4
tests/verilog/upto.ys Normal file
View file

@ -0,0 +1,4 @@
read_verilog <<EOT
module top(input [-128:-65] a);
endmodule
EOT