yosys/tests/verilog/constparser_f.ys

7 lines
89 B
Plaintext
Raw Normal View History

2025-06-16 21:48:12 +02:00
read_verilog <<EOT
module test (y);
output signed [2:0] y = 1'b1;
endmodule
EOT
dump