Altera_Forum
Honored Contributor
17 years agohow set minimu delay (constraint) with TIMEQUEST
Hello,
In attach file small project example. I modified file “rx_clk.sdc” with timequest. Because I want set a min or max delay path between two register If you open rx_clk.sdc you can see this line set_min_delay -from [get_pins {Fdata_un|regout}] -to [get_pins {Fdata_deux~reg0|datain}] 5.000 set_min_delay -from [get_registers {Fdata_un}] -to [get_registers {Fdata_deux~reg0}] 10.000 However I recompile my quartus project with this constraint file and any delay path is modified. Someone can help me to modify delay path in my project. Just an example