Forum Discussion
Altera_Forum
Honored Contributor
13 years agoOn FPGA2, have the PLL generate a clock with a 90º phase shift and use that to latch the data.
You'll notice your setup slacks will decrease and your hold slacks will increase. PS: Somehow I forgot but when using DDR, you should set I/O constrains for both edges of the clock. This is done by repeating the constraint with -clock_fall -add_delay set_input_delay -max XX -clock clk [get_ports fp1_co] set_input_delay -max XX -clock clk -clock_fall [get_ports fp1_co] -add_delay Same thing for min output delay and input delays.