yosys/tests/verilog/upto.ys

5 lines
65 B
Plaintext
Raw Permalink Normal View History

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