Altera_Forum
Honored Contributor
8 years agoclock newtork delay and intradomain skew
Hi,
I have a flip flop in my fpga which is driving output pins (reg to output path). The clock of this is 5ns and the one outside fpga is 5ns (phase shifted by 90). The phase shifted clock is generated using a PLL to feed a circuit outside the fpga. When I give set_output_delay for my output ports, I find that there is setup violation and the main reason for it is the clock network delay which is around 2.3 ns. And when I run the timing closure recommendations, I see that an intra domain skew is the reason for the setup violation. Clock transfer as per timequest is clock_4(clock name mentioned in the timequest) but I don't have any such clock in the design. I have tried promoting it to global clock which Quartus doesn't consider as it is unknown. How can I reduce the intradomain skew in such case? Also, how can I reduce the clock network delay? Thanks