From 61221ff4fabfa40a1467336b7b720c0ea715877c Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 26 May 2021 17:46:41 -0700 Subject: [PATCH] Allow tree type --- compiler/router/supply_tree_router.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/router/supply_tree_router.py b/compiler/router/supply_tree_router.py index c991ba34..e95cdee1 100644 --- a/compiler/router/supply_tree_router.py +++ b/compiler/router/supply_tree_router.py @@ -34,7 +34,8 @@ 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", "ring"], "Invalid pin type {}".format(pin_type)) + 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, layers,