Forum Discussion
PLL constraint issues
- 2 years ago
No, you didn't have to break out the PLL output clocks like that. derive_pll_clocks is fine. I was referring to the 3 extra create_clock statements you have (sclk, clk_divider...). Those are coming from internal registers, not an input port of the device, so they should be in your .sdc as create_generated_clock commands, not create_clock.
As for the failing paths, those look like they are going to Signal Tap, which is debug logic that will be eventually removed. You don't really need to meet timing there.
Hi,
You may find this thread useful: https://community.intel.com/t5/Programmable-Devices/How-to-deal-with-this-warning/td-p/76741
Regards,
Nurina
- GreenLantern2 years ago
New Contributor
Hello Nurina,
I checked the Megawizard options. It doesn't have a "no compensation" mode. I am currently working on a DE10 Standard FPGA with Cyclone V SoC.
Below is the attached screenshot: