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")