Altera_Forum
Honored Contributor
13 years agoConstraining Tco of source synchronous clock output
I have an FPGA design that drives an SDRAM memory. The FPGA provides the clock to the SDRAM on an output pin, which is generated internally on a PLL. My question is what is the proper way to constrain the clock output pin itself? I want to force the fitter to minimize the delay from the PLL to the output pin, so I don't want to just leave it unconstrained. I've tried using set_output_delay targeting the clock pin itself and TimeQuest did strange things like choose the falling edge as the launch edge even though the default is the rising edge. The only other option is to use set_max_delay but I've read comments that this should be avoided.