From: Luke Kenneth Casson Leighton Date: Thu, 27 Feb 2020 13:11:01 +0000 (+0000) Subject: getting closer to connecting at edge X-Git-Tag: partial-core-ls180-gdsii~195 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acae69b9d98f87bc865c85a60064aa1b600cbd75;p=soclayout.git getting closer to connecting at edge --- diff --git a/experiments5/doAlu16.py b/experiments5/doAlu16.py index 276db42..d7af2f6 100755 --- a/experiments5/doAlu16.py +++ b/experiments5/doAlu16.py @@ -118,7 +118,7 @@ def add ( **kw ): , Pin.Direction.NORTH , Pin.PlacementStatus.FIXED , metal3 - , l( 20.0*i + 15.0 ), l( height-40 ) # Position. + , l( 20.0*i + 15.0 ), l( height ) # Position. , l( 2.0 ) , l( 2.0 ) # Size. ) if True: @@ -127,7 +127,7 @@ def add ( **kw ): , Pin.Direction.NORTH , Pin.PlacementStatus.FIXED , metal3 - , l( 20.0*i + 20.0 ), l( height-40 ) # Position. + , l( 20.0*i + 19.0 ), l( height-25 ) # Position. , l( 2.0 ) , l( 2.0 ) # Size. ) if True: