Forum Discussion
Suhas_P_Intel
New Contributor
7 years agoThanks for confirming the reporting bug.
Using edges allows me to scale clocks without having to specify a period for each generated clock. I was hoping that the Quartus tool would do all the calculations. I only change the clock period of the source clock when I'm instantiating the PLL by passing correct parameters:
.c_cnt_hi_div0(hi),
.c_cnt_lo_div0(lo),
.output_clock_frequency0(outClockPeriod),
Is this reporting bug likely to be fixed in the next release?