genblk_implicit.sv 137 Bytes
Newer Older
1 2 3 4 5 6 7
module top;
    if (1) begin
        // should not be visible in a top-level VCD
        wire x;
        assign x = 1;
    end
endmodule