From 908231c4c4a9c1314bf9336fc523333b5f3ef3ca Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 3 Apr 2022 13:19:49 +0200 Subject: [PATCH] Missing BigVia import and some typos. --- cumulus/src/plugins/alpha/chip/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cumulus/src/plugins/alpha/chip/__init__.py b/cumulus/src/plugins/alpha/chip/__init__.py index 810c6194..69782229 100644 --- a/cumulus/src/plugins/alpha/chip/__init__.py +++ b/cumulus/src/plugins/alpha/chip/__init__.py @@ -31,6 +31,7 @@ from CRL import RoutingGauge, RoutingLayerGauge from helpers import trace, l, u, n, onFGrid from helpers.io import ErrorMessage, WarningMessage from helpers.overlay import UpdateSession +from plugins.alpha.block.bigvia import BigVia North = 0x0001 @@ -243,7 +244,7 @@ class CoreWire ( object ): , xPadMin , xJumpMin ) - trace( 550, '\tChipl1: %s\n' % str(Chipl1) ) + trace( 550, '\thChip1: %s\n' % str(hChip1) ) hChip2 = Horizontal.create( self.chipNet , self.padSegment.getLayer() , self.bbSegment.getCenter().getY()