Sign in
foss-fpga-tools
/
prjtrellis
/
dc4120e76750ed372feab637f299585908431c35
/
.
/
minitests
/
potpourri
/
osc.v
blob: 8cc6f7e18e0e72a14449a39462a461643ce1ca62 [
file
] [
log
] [
blame
]
module
top
(
output osc
);
OSCG
#( .DIV(100) ) osc_i (.OSC(osc));
endmodule