Files

5 lines
70 B
Verilog
Raw Permalink Normal View History

module top;
localparam X = 10;
initial $display(X);
endmodule