From 93a6549539d1529c43814325bcb1853d10797850 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 1 Aug 2023 11:10:32 -0700 Subject: [PATCH] Fix typo --- compiler/router/supply_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/router/supply_router.py b/compiler/router/supply_router.py index 2510103b..06f8fbb8 100644 --- a/compiler/router/supply_router.py +++ b/compiler/router/supply_router.py @@ -19,7 +19,7 @@ class supply_router(router): def __init__(self, layers, design, bbox=None, pin_type=None): # `router_tech` contains tech constants for the router - graph_router.__init__(self, layers, design, bbox) + router.__init__(self, layers, design, bbox) # Side supply pin type # (can be "top", "bottom", "right", "left", and "ring")