You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is code that occurs just before packing which estimates the inter-cluster delay as a single floating point number. This is used in timing analysis to better inform the cost of going between clusters:
This is using relatively complicated RRGraph related computations; however, it is hard to get an estimate of this number this early on. This code can probably be simplified without any affect on QoR.
There is code that occurs just before packing which estimates the inter-cluster delay as a single floating point number. This is used in timing analysis to better inform the cost of going between clusters:
vtr-verilog-to-routing/vpr/src/pack/pack.cpp
Lines 498 to 544 in 23b3aa3
This is using relatively complicated RRGraph related computations; however, it is hard to get an estimate of this number this early on. This code can probably be simplified without any affect on QoR.
See PR #2881 for more info. Specifcally, Vaughn's comment here: #2881 (comment)
The text was updated successfully, but these errors were encountered: