Altera_Forum
Honored Contributor
14 years agoALTDDIO_OUT Clock Timing Constraint Question
I apologize if this is answered elsewhere, but have searched for awhile and have not seen what I think is a definitive answer.
I am working on a source-synchronous design in which I am generating a clock from a PLL, then running that clock and the output data through an ALTDDIO_OUT out of the chip. I've been using document AN433 as a reference. In example 6 of that document, it shows the constraints for the generated clock out of the ALTDDIO_OUT as: "create_generated_clock -name output_clock -source [get_pins DDR|ddio_outa[0]|outclk] [get_ports clk_out]" Now, I have not been able to get that to work (using my names), nor have I been able to find a derive command like you can for derive_pll_clocks. Does anyone know how I find the name of the output node of the ALTDDIO_OUT megafunction to properly constrain the generated clock? Thanks for your help!