ContributionsMost RecentMost LikesSolutionsRe: TimeQuest Question Relating PLL Something is failing timing in the input clock domain, not the clock itself. You need to generate timing reports and understand what is failing timing. You should also generate an unconstrained paths report to make sure your design is considered fully constrained for timing. You might want to check the user guide (https://www.intel.com/content/www/us/en/docs/programmable/683243/25-3/faq.html) and training (https://learn.altera.com/learn/learning-plans/17/timing-analysis-with-the-alterar-quartusr-prime-pro-software) if you're not familiar with how to perform timing analysis and closure. You could also try posting your .sdc file here. Re: Shift Register triggers occassionally on both clock edges 2 MHz? Why are you using that? What is the frequency of dclk? That should be your acquisition clock in Signal Tap. A faster clock provides much better sampling. Re: Quartus/Signaltap complains about wrong version .stp files aren't version-specific. No "upgrade" is necessary. But if you compiled the design in 24.2 and then recompiled in 24.1, that might change the logic analyzer enough so it doesn't work with the same .stp file. If not, then I stand by that the .stp file might be corrupted. Re: TimeQuest Question Relating PLL This is Agilex 3 so just delete this constraint. PLL constraints are derived automatically based on your PLL configuration. Re: serv_req_info Nothing is attached. Try deleting any compilation-generated folders in the project directory before opening the project. Something in there could be corrupted. Re: Agilex 5 A5EC065BB32AE5SR0 issue Are you trying to see this on a flashing LED or are you using a scope? You're not going to be able to see a multi MHz clock flash on an LED. What frequency is nios_clk? Have you made sure that the pin you assigned SYS_LED[0] in the Pin Planner is configured correctly (maybe needs a pull-up?)? Re: Shift Register triggers occassionally on both clock edges Signal names on the Signal Tap capture would be helpful. Is your design meeting timing? The code could also use some clean up, combining the if blocks for the counter operation and performing the shift. And as mentioned, what are you using as the acquisition clock in Signal Tap? Re: Agilex 5 A5EC065BB32AE5SR0 issue Without seeing a design or code, it's pretty much impossible to help. Can you provide more detail and maybe some code? Also what you've tried so far for debugging. Re: Clock Domains and Clock Domain Crossing (CDC) The whole point here is to guide the Fitter after cutting timing between the two clock domains, so the answer to your first question is yes. The two domains are cut from each other and then set_max_skew and set_data_delay are used to define skew between bus paths between the clock domains and the data path delay between the endpoints of the two sides of the cut paths. As for the values to use, just use the recommended values you show in that slide. Re: DK-DEV-AGI027RES Install Package Do you mean from here?: https://www.altera.com/products/devkit/a1jui0000049utmmam/agilex-7-fpga-i-series-development-kit-2x-r-tile-and-1x-f-tile ES is engineering sample but usually you can use the final installers for ES boards unless noted.