Skip to content

Commit bf3bdf0

Browse files
committed
added comments
1 parent 2918b9d commit bf3bdf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpr/src/pack/pb_type_graph.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ static bool check_input_pins_equivalence(const t_pb_graph_pin* cur_pin,
134134
const int i_pin,
135135
std::map<int, int>& edges_map,
136136
int* line_num);
137+
138+
/* computes the index of a pb graph node at its level of the pb hierarchy */
137139
static int compute_flat_index_for_child_node(int num_children_of_type,
138140
int parent_flat_index,
139141
int child_index);

0 commit comments

Comments
 (0)