1
0
mirror of synced 2026-04-19 10:50:08 +00:00
Files
YosysHQ.yosys/tests/verilog/upto.ys
2020-05-05 08:01:27 -07:00

5 lines
65 B
Plaintext

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