sv2v/test/core/struct_const.v

6 lines
74 B
Verilog
Raw Normal View History

module top;
localparam P = 32'd1;
initial $display(P);
endmodule