blob: 8cc6f7e18e0e72a14449a39462a461643ce1ca62 [file] [log] [blame]
module top(output osc);
OSCG #( .DIV(100) ) osc_i (.OSC(osc));
endmodule