Altera_Forum
Honored Contributor
15 years agoLaunch and latch times outside of legal time range
Hello all
I'm having a strange timing-related message when compiling a VHDL code. Everything was fine in my design (even timing requirements met) until I added a subblock which generates these signals (CLK_PIX and HS_CLK). I was not the one who coded nor debugged this subblock, it was tested by someone else. Both signals (CLK_PIX and HS_CLK) are generated from the same master clock(ABS_CLK), which is a PLL output. The message is the following:warning: the launch and latch times for the relationship between source clock: hs_clk and destination clock: clk_pix are outside of the legal time range. the relationship difference is correct, however the launch time is set to 0. And I got a lot of negative slack complaining on Timequest Timing Analyzer. The point is that I could not take this warning off, I'd like at least to fully understand what it means, to have a starting point. Thanks in advance for your help