Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSome extra warming message from Quartus II which I don't quite understand
Warning (332009): The launch and latch times for the relationship between source clock: inst5|altpll_component|auto_generated|pll1|clk[0] and destination clock: P4_ext are outside of the legal time range. The relationship difference is correct, however the launch time is set to 0. Also, while I was trying to read relevent information online. I found something called "source-sychronize interfaces". In particular, Altera's website has a page on "Constraining a Center-Aligned Source-Synchronous Output", is that something that I am facing here for my P4 and P5? On the other hand, Altera AN433 suggested that for Single Data Rate source-synchronize interface, all I have to do is: set_output_delay -clock [get_clocks output_clk] -max 2 [get_ports data_out] set_output_delay -clock [get_clocks output_clk] -min -1[get_ports data_out] -add_delay