File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 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&
12191219 continue ;
12201220 }
12211221 }
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,
12231224 * add the from_pin and to_pin to the visited sets
12241225 */
12251226 visited_from_pins.insert (current_connenction->from_pin );
12261227 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 */
12291230 pattern_blocks.insert (current_connenction->from_pin ->port ->parent_pb_type );
12301231 pack_pattern_blocks.push (current_connenction->to_block );
12311232 current_connenction = current_connenction->next ;
You can’t perform that action at this time.
0 commit comments