Forum Discussion
Altera_Forum
Honored Contributor
13 years agohi,
CLK_B is only driving the enable of the flip flop. Are you suggesting that I do set_output_delay to CLK_A and then a set_multicycle_path between CLK_B and CLK_A? Since the external register is virtual (i.e. not part of what sta will see) will this technique work? i.e. I can't do [get_fanouts CLK_A] and expect to see the external register. In that case how do I set multicycle exception from CLK_B to this FF?