From 59a48b8c1722b6e239b98d2400571277f4a68185 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Tue, 8 Oct 2024 21:58:35 -0600 Subject: [PATCH] Updated supertiling script --- spydrnet_physical/util/HeteroSuperTile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spydrnet_physical/util/HeteroSuperTile.py b/spydrnet_physical/util/HeteroSuperTile.py index 119a1a84..6af05de7 100644 --- a/spydrnet_physical/util/HeteroSuperTile.py +++ b/spydrnet_physical/util/HeteroSuperTile.py @@ -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