@Matt Liberty I have noticing fan-out violation on reset net in my design, Is there is way to constrain the tool for High fan-out net ? I am looking for normal buffer tree (not clock tree) for these net .
m
Matt Liberty
09/18/2022, 9:46 PM
set_max_fanout
Matt Liberty
09/18/2022, 9:46 PM
At least I think that should be it, I haven't tried
d
Dinesh A
09/19/2022, 3:02 AM
Yes, Adding set_max_fanout in SDC fixes the issue. Thanks