Skip to content

Commit

Permalink
Updated supertiling script
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshgore committed Oct 9, 2024
1 parent f31d921 commit 59a48b8
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 @@ -94,7 +94,7 @@ def create_tiles(self):

module_names = []
for indx, key in enumerate(keys):
module_name = f"{key.split(':')[0]}_tile"
module_name = f"{key.split(':')[0]}"
indx = 0
while module_name in module_names:
indx = indx + 1
Expand Down

0 comments on commit 59a48b8

Please sign in to comment.