header_import.v 100 Bytes
Newer Older
1 2 3 4 5 6
module top;
    localparam P_FOO = 10;
    initial begin
        $display(P_FOO);
    end
endmodule