Forum Discussion
How to tell Quartus my Arria10 target system CLKUSR frequency is 100MHz?
- 2 months ago
Hi Steve,
Based on the response that I provided, you need not worry about the constraint on the pin for XCVRs.
As the Quartus is assuming a 125MHz frequency, it is basically constraining it to the maximum allowed frequency for the XCVR applications. If the timing analyzer reports that 125MHz is achieved, then 100MHz will definitely work.Regards,
Aqid
Hi Steve,
I'm not quite sure where 125 MHz comes from may be it's a default. You can include CLKUSR as top level pin in your design and assign 100 MHz clock in .sdc. The specification should be used for all instances of automatic "~ALTERA_CLKUSR~" signal in your design.
Regards
Frank
Thanks Frank -- seems straightforward -- couple of questions before I fire up quartus -- is there any consequences for being explicit on this pin -- also any chance this clock is useable in the user logic as this would be useful "free" clock source?