Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshgore committed Oct 9, 2024
1 parent 9619945 commit 93cfb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spydrnet_physical/util/HeteroSuperTile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_tiles(self):
indx = 0
while module_name in module_names:
indx = indx + 1
module_name = f"{key.split(':')[0]}_stile_{indx}"
module_name = f"{key.split(':')[0]}_{indx}"

logger.info(
f"Creating {module_name} with {len(instance_list[key])} instances"
Expand Down

0 comments on commit 93cfb22

Please sign in to comment.