|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Hi,
suppose the given case:
the external system reset port rst_n is a high-fanout-net, however, when doing synthesis, using the constraints below
(1) I don't set_ideal_network attributes on rst_n, letting DC build the buffer tree.
(2) set_max_fanout 30 [get_ports rst_n]
when report_constraint -all_violators -max_fanout, violations occur on the port rst_n, showing a negtive slack.
Why doesn't this happen, and how do I fix the violation if I fix this during synthesis( not when implementating the layout).
Thanks in advance. |
|