Skip to content

Commit b013af7

Browse files
committed
[libs][librrgraph] update echo file of rr graph
1 parent 530a97d commit b013af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/librrgraph/src/utils/alloc_and_load_rr_indexed_data.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static void print_rr_index_info(const vtr::vector<RRIndexedDataId, t_rr_indexed_
746746
string_stream << cost_index << " SOURCE";
747747
} else if (cost_index == SINK_COST_INDEX) {
748748
string_stream << cost_index << " SINK";
749+
} else if (cost_index == MEDIUM_COST_INDEX) {
750+
string_stream << cost_index << " MEDIUM";
749751
} else if (cost_index == OPIN_COST_INDEX) {
750752
string_stream << cost_index << " OPIN";
751753
} else if (cost_index == IPIN_COST_INDEX) {

0 commit comments

Comments
 (0)