3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-07 13:16:26 +00:00
yosys/tests/verilog/constparser_f_file.sv
2025-06-16 21:48:12 +02:00

3 lines
61 B
Systemverilog

module test (y);
output signed [2:0] y = 1'bf;
endmodule