From: Luke Kenneth Casson Leighton Date: Tue, 25 May 2021 12:01:44 +0000 (+0000) Subject: change cell sizes to grid layout (?) X-Git-Tag: LS180_RC3~46 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=affe0e404c46d3ed9652b33ab8539d277925d407;p=soclayout.git change cell sizes to grid layout (?) --- diff --git a/experiments9/LibreSOCMem.py b/experiments9/LibreSOCMem.py index 4e96c9e..eadff7e 100644 --- a/experiments9/LibreSOCMem.py +++ b/experiments9/LibreSOCMem.py @@ -211,7 +211,8 @@ def _load(): cell = Cell.create(lib, 'spblock_512w64b8w') with UpdateSession(): cell.setAbutmentBox(Box( - u(0.0), u(0.0), u(110.025), u(2.025), + #u(0.0), u(0.0), u(110.025), u(2.025), + u(0.0), u(0.0), u(110.0), u(2.5), )) nets = { '*': Net.create(cell, '*'), diff --git a/experiments9/pll.py b/experiments9/pll.py index 86944b3..39ea520 100644 --- a/experiments9/pll.py +++ b/experiments9/pll.py @@ -211,7 +211,8 @@ def _load(): cell = Cell.create(lib, 'pll') with UpdateSession(): cell.setAbutmentBox(Box( - u(0.0), u(0.0), u(13.5), u(2.025), + #u(0.0), u(0.0), u(13.5), u(2.025), + u(0.0), u(0.0), u(13.5), u(2.5), )) nets = { #'*': Net.create(cell, '*'),