Forum Discussion
Altera_Forum
Honored Contributor
12 years agoYes, I need to add all the relevant input signals.
I'm still unsure of the virtual clock. Do I need to specify that there is a shift as shown below? Or does the input delay constraint take care of it already? create_clock -period 4.0 -name pclk_ext [get_ports pclk] -waveform {2.0 4.0} Thanks for the feedback!