Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- You don't need the clock on the output port, if you use the -reference_pin. Something like: create_generated_clock -name Stb_clk_tmp -source Sys_Clk -divide_by 1 [get_pins {FF_Stb|q}] set_output_delay -clock Stb_clk_tmp -reference_pin [get_ports Stb] 1.200 [get_ports data_out] --- Quote End --- The '-divide_by 1' is not appropriate as the Stb output clock has a minimum divide of 2 in regard with SysClk as it the output of a FF clocked by Sys_Clk.