Skip to content

How can I obtain the total wire length? #1491

Answered by osamahammad21
huang-kaixin asked this question in Q&A
Discussion options

You must be logged in to vote

@huang-kaixin There is no separate command for getting the total wirelength. You should be able to find a report of the total wire length on each layer and all layers accumulated at the end of detailed routing if verbosity level > 0.

You could find the source code responsible for this under src/drt/src/dr/FlexDR.cpp -> void FlexDR::end(bool done)

https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/drt/src/dr/FlexDR.cpp#L766-L779

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by huang-kaixin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants