3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-20 03:12:05 +00:00
yosys/tests/verilog/constparser_f.ys
2025-06-16 21:48:12 +02:00

6 lines
89 B
Text

read_verilog <<EOT
module test (y);
output signed [2:0] y = 1'b1;
endmodule
EOT
dump