Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi sstrell,
The understanding by you is correct. For the flip flop within the FPGA, it is a 5ns clock and for the one outside the FPGA , it is the same 5ns but with a phase shift of 90. The following are the constraints on the output ports. I have created a virtual clock for the output delay. create_clock -name emif_clk -period 5 set_output_delay -clock emif_clk 4.5 [get_ports LC0] set_output_delay -clock emif_clk 4.5 [get_ports LC1] set_output_delay -clock emif_clk 4.5 [get_ports LC2] I have attached image of the waveform as shown in timequest GUI.