yosys/tests/verilog/upto.ys

5 lines
65 B
Plaintext
Raw Normal View History

2020-05-04 14:18:02 -05:00
read_verilog <<EOT
module top(input [-128:-65] a);
endmodule
EOT