Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi Rysc,
thanks, that helps. The counters that I am using are created using the megawizard generated component LPM_COUNTER. Do you know if these are ripple counters or not? Using the locate in RTL view, the clocks to each of the registers are are all fed from a common clock, with logic in the feedback path. I am using this to create the generated clock:create_generated_clock -name mclk -source -divide_by 2 |q}]
create_generated_clock -name bclk -source -divide_by 8 |q}]
pll_clk is the name of the physical clock pin of the device. Is this correct, or should I specify the clock node of the register? Thanks bb