Skip to content

Commit

Permalink
removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yonnorc42 committed Jul 3, 2024
1 parent 6db09ef commit a761c5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bfasst/utils/structural.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,6 @@ def check_for_potential_mapping(self, named_instance):
i for i in self.possible_matches[named_instance] if i not in self.block_mapping.inverse
]

pin_causing_failure = None

for pin in named_instance.pins:
# Skip pin that is not yet mapped
if pin.net not in self.net_mapping:
Expand Down Expand Up @@ -836,8 +834,6 @@ def check_for_potential_mapping(self, named_instance):
else ""
)
logging.info(" %s remaining%s", num_instances, info)
if not num_instances and not pin_causing_failure:
pin_causing_failure = pin

logging.info(
" %s instance(s) after filtering on connections", len(instances_matching_connections)
Expand Down

0 comments on commit a761c5f

Please sign in to comment.