File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1219,13 +1219,14 @@ static std::unordered_set<t_pb_type*> get_pattern_blocks(const t_pack_patterns&
1219
1219
continue ;
1220
1220
}
1221
1221
}
1222
- /* * To avoid visiting the same connection twice, since it is both stored in from_pin and to_pin,
1222
+ /*
1223
+ * To avoid visiting the same connection twice, since it is both stored in from_pin and to_pin,
1223
1224
* add the from_pin and to_pin to the visited sets
1224
1225
*/
1225
1226
visited_from_pins.insert (current_connenction->from_pin );
1226
1227
visited_to_pins.insert (current_connenction->to_pin );
1227
-
1228
- /* * The from_pin block belongs to the pattern block */
1228
+
1229
+ /* The from_pin block belongs to the pattern block */
1229
1230
pattern_blocks.insert (current_connenction->from_pin ->port ->parent_pb_type );
1230
1231
pack_pattern_blocks.push (current_connenction->to_block );
1231
1232
current_connenction = current_connenction->next ;
You can’t perform that action at this time.
0 commit comments