From 013c5932a07782e7194bdec476cf4e41c14a294e Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 28 May 2021 11:26:41 -0700 Subject: [PATCH] Valid type is tree not single --- compiler/router/supply_tree_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/router/supply_tree_router.py b/compiler/router/supply_tree_router.py index 282adc4c..e95cdee1 100644 --- a/compiler/router/supply_tree_router.py +++ b/compiler/router/supply_tree_router.py @@ -34,7 +34,7 @@ class supply_tree_router(router): # The pin escape router already made the bounding box big enough, # so we can use the regular bbox here. if pin_type: - debug.check(pin_type in ["left", "right", "top", "bottom", "single", "ring"], + debug.check(pin_type in ["left", "right", "top", "bottom", "tree", "ring"], "Invalid pin type {}".format(pin_type)) self.pin_type = pin_type router.__init__(self,