Forum Discussion
Altera_Forum
Honored Contributor
11 years agoMAX10 can't accept 125 MHz clock without timing violations
Hi. I'm using quartus 15.0.0 64-bit on Windows 7 pro. I'm working on a design that uses an MAX10 (10M08SAU169C8). The design calls for two clock domains. The first is 50 MHz and the second is...
Altera_Forum
Honored Contributor
11 years agoThe error message in this case is a bit of a red herring. The issue is you haven't defined the clock output of the PLL. You can do this by adding this command to your SDC file:
derive_pll_clocks That will trace the input clock and create the necessary generated clock commands. Tim MN FAE