yosys/tests/verilog/upto.ys

5 lines
65 B
Plaintext

read_verilog <<EOT
module top(input [-128:-65] a);
endmodule
EOT