top.v 69 Bytes
Newer Older
1 2 3
module test(output var a, input b);
    always_comb a = b;
endmodule