Skip to content

Commit

Permalink
mpl2: add debugPrint for io blockage depth
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Apr 5, 2024
1 parent 6be9d0a commit 6f0366c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/mpl2/src/hier_rtlmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3164,6 +3164,13 @@ float HierRTLMP::computeIOBlockagesDepth(const IOSpans& io_spans)
const float depth = (std_cell_area / sum_length)
* std::pow((1 - macro_dominance_factor), 2);

debugPrint(logger_,
MPL,
"coarse_shaping",
1,
"Bundled IO clusters blokaged depth = {}",
depth);

return depth;
}

Expand Down

0 comments on commit 6f0366c

Please sign in to comment.