top.v 34 Bytes
Newer Older
1 2 3
module top(b);
input b;
endmodule