From: Luke Kenneth Casson Leighton Date: Wed, 5 Aug 2020 13:57:09 +0000 (+0000) Subject: comment out pdecode2 block for now X-Git-Tag: partial-core-ls180-gdsii~95 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93d50853907e9f86b4adaf7cfc9c914be80a349d;p=soclayout.git comment out pdecode2 block for now --- diff --git a/experiments9/doDesign.py b/experiments9/doDesign.py index 797dd40..9871d13 100644 --- a/experiments9/doDesign.py +++ b/experiments9/doDesign.py @@ -649,10 +649,11 @@ def scriptMain ( **kw ): 'subckt_1150_core.subckt_2228_int' , Transformation( l(1000), l(4000), Transformation.Orientation.ID )) - blockIssuer.useBlockInstance( - 'subckt_1150_core.subckt_2230_pdecode2' , - Transformation( l(1000), l(4000), - Transformation.Orientation.ID )) + # TODO, create pdecode2 block + #blockIssuer.useBlockInstance( + # 'subckt_1150_core.subckt_2230_pdecode2' , + # Transformation( l(1000), l(4000), + # Transformation.Orientation.ID )) blockIssuer.state.cfg.etesian.uniformDensity = True blockIssuer.state.cfg.etesian.aspectRatio = 1.0