<@U018LA3KZCJ> I have noticing fan-out violation o...
# openroad
d
@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
set_max_fanout
At least I think that should be it, I haven't tried
d
Yes, Adding set_max_fanout in SDC fixes the issue. Thanks