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