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
Currently the only way to re-do analysis (timing, power, area etc.) is to re-run the routing stage. However this may cause the routing implementation to change.
We should add support for performing analysis independently of routing. This would involve:
Adding an --analysis option to control running analysis (similar to --pack/--place/--route)
Separating the analysis code from routing
Adding support for reading in the .route file produced by the routing stage
The text was updated successfully, but these errors were encountered:
Currently the only way to re-do analysis (timing, power, area etc.) is to re-run the routing stage. However this may cause the routing implementation to change.
We should add support for performing analysis independently of routing. This would involve:
--analysis
option to control running analysis (similar to--pack
/--place
/--route
)The text was updated successfully, but these errors were encountered: