Skip to content

Commit c9f46db

Browse files
committed
[vpr][route] add comment for print_block_pins_nets
1 parent 9e4b5b4 commit c9f46db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vpr/src/route/overuse_report.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ static void report_congested_nets(const Netlist<>& net_list,
2929

3030
static void log_overused_nodes_header();
3131
static void log_single_overused_node_status(int overuse_index, RRNodeId inode);
32+
33+
/**
34+
* @brief When reporting overused IPIN/OPIN nodes, we also print the nets
35+
* connected to other pins of the same block. This information may help
36+
* the user understand why the node is overused or why other pins are not
37+
* being utilized for routing the net.
38+
*/
3239
void print_block_pins_nets(std::ostream& os,
3340
t_physical_tile_type_ptr physical_type,
3441
int layer,

0 commit comments

Comments
 (0)