Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I got setup errors in both clocks, but when I've removed the set_output_delay commands they have disappeared. Why does it happen? --- Quote End --- Because it could not meet the requested output timing, i.e. it could not guarantee proper setup times for the external devices. --- Quote Start --- I have got this frequencies: 224.52 MHz (CLK) and 378.36 MHz (CLK2). They seem too low for a design made from two FIFOs. What is the maximum frequency for the DCFIFO? --- Quote End --- CLK has to deal with input signals, so it will have to factor in the input delays. Clk2 only deals with internal signals (as the output has a false path). Hence the difference bewteen the 2 clocks. --- Quote Start --- I generate the clocks using a testbench, have I to treat them as virtual clocks when I use the set_input_delay and set_output_delay commands? --- Quote End --- No they are real clocks, they just happen to be generated by a testbench.