Altera_Forum
Honored Contributor
15 years agoset_disable_timing
I have a combinational timing loop I want to get rid of in my timing path. When a generate a clock to clock report, this shows up in the report,
"LOOP ; 17 ; LCCOMB_X16_Y58_N4 ; i_MPBLOCK_CUSTOM|u_mse2|u_dst_fsm|adr_reg_nxt~0|combout" I try running this from a tcl script: "set_disable_timing -from i_MPBLOCK_CUSTOM|u_mse2|u_dst_fsm|adr_reg_nxt~0|combout *" On the tcl console I see this: "Warning: Cannot find the specified edge." What do I need to put in for arguments to get TimeQuest to accept the set_disable_timing command?