yosys/tests/verilog/constparser_f_file.sv

4 lines
61 B
Systemverilog
Raw Permalink Normal View History

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