Replies: 1 comment
-
repair_timing only works on the data path and there is no option to do otherwise. repair_clock_nets is probably what you want. CTS creates the clock tree and does not affect the data path. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A timing path is consisted of the data path and the clock path. Do commands in CTS like
clock_tree_synthesis
andrepair_timing
optimize both the data paths or the clock paths? If I want those commands do optimization on ONLY the clock paths, how should I configure? Thanks for your answers!Beta Was this translation helpful? Give feedback.
All reactions