unused_imports.v 73 Bytes
Newer Older
1 2 3 4
module top;
    localparam FOO = 1;
    initial $display(FOO);
endmodule