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

techlibs/common: more robustness when *_WIDTH = 0

This commit is contained in:
Eddie Hung 2020-05-05 08:01:27 -07:00
parent e936ac61ea
commit 004999218f
3 changed files with 30 additions and 8 deletions

View file

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