From ad1d3a3c781babcf07028c42f3891d148c0dc461 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 2 Nov 2018 16:04:56 -0700 Subject: [PATCH] Use default grid costs again. --- compiler/router/supply_router.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler/router/supply_router.py b/compiler/router/supply_router.py index 1a7a77cf..a80cdc41 100644 --- a/compiler/router/supply_router.py +++ b/compiler/router/supply_router.py @@ -25,12 +25,6 @@ class supply_router(router): """ router.__init__(self, layers, design, gds_filename) - # We over-ride the regular router costs to allow - # more off-direction router in the supply grid - grid.VIA_COST = 1 - grid.NONPREFERRED_COST = 1 - grid.PREFERRED_COST = 1 - # The list of supply rails (grid sets) that may be routed self.supply_rails = {} self.supply_rail_wires = {}