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:
commit
ee0beb481d
4 changed files with 35 additions and 8 deletions
4
tests/verilog/upto.ys
Normal file
4
tests/verilog/upto.ys
Normal file
|
@ -0,0 +1,4 @@
|
|||
read_verilog <<EOT
|
||||
module top(input [-128:-65] a);
|
||||
endmodule
|
||||
EOT
|
Loading…
Add table
Add a link
Reference in a new issue