Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow do I use the Max II internal oscillator in a schematic?
I've read the guide on using the internal oscillator, and looked at the bundled Verilog (though I don't know much about that I can just about follow what's going on). It seems to wire OSCENA to an in...
Altera_Forum
Honored Contributor
9 years agoI think you need to use the sdc file and create clock for it:
create_clock -name int_osc_clk -period <insert period here> [get_pins -compatibility_mode {*oscillator_dut|clkout}]