NuvKFC
Contributor
2 years agoHow to apply set_disable_timing SDC command before synthesis?
I have a path, Cell|in to Cell|out, want to disable by using set_disable_timing like follows.
set_disable_timing -from dataa to combout Cell
After Fitter, I can find the signal in on the dataa, and the signal out on the combout.
So, I can use the "set_disable_timing -from dataa to combout Cell" to disable the timing path.
But before synthesis, how to know that the signal in is on the dataa?
Thanks