From: Luke Kenneth Casson Leighton Date: Tue, 21 Apr 2020 13:05:08 +0000 (+0000) Subject: crushed doAlu16Flat down to 465x800 X-Git-Tag: partial-core-ls180-gdsii~139 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e85a58bf4bce2ff7ca5d244da930129cdad00d1;p=soclayout.git crushed doAlu16Flat down to 465x800 --- diff --git a/experiments7/doAlu16Flat.py b/experiments7/doAlu16Flat.py index 0bdb347..e77220e 100644 --- a/experiments7/doAlu16Flat.py +++ b/experiments7/doAlu16Flat.py @@ -128,7 +128,7 @@ def scriptMain(editor=None, **kwargs): {'net': 'rst', 'y': 10.0, 'layer': 'METAL2'}, ], ) - alu16.set_ab( 600, 650 ) + alu16.set_ab( 465, 800 ) return alu16.build()