Forum Discussion
Altera_Forum
Honored Contributor
10 years agoTiming requirements to a part of a circuit
Does anybody know how to set timing requirements to a part of a circuit? I mean there is a critical part of a circuit that needs frequency optimization, and it's not rational to apply frequency cons...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- kaz, is it enough for a simple project just two lines for sdc file: create_clock -period 10.000 -waveform {0.000 5.000} -name fast_clk [get_ports {fast_clk}] set_max_delay -from [get_pins inst21 [*]|q] -to [get_pins inst24 [*]|d] 20 ? If I use 2 ns instead of 20 there will be no timing error. Thank you both for your support. --- Quote End --- Your path inst21 to inst24 is enabled once every two clocks so apply multicycle (if it is failing), not set max delay