round to 0.135 cell grid?
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 24 May 2021 17:27:40 +0000 (17:27 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 24 May 2021 17:27:40 +0000 (17:27 +0000)
experiments9/LibreSOCMem.py
experiments9/pll.py

index 2d137094a9f14c7361120f79140945e564af4cc5..4e96c9e6c259314f769f5e08d3447ef880200370 100644 (file)
@@ -211,7 +211,7 @@ def _load():
     cell = Cell.create(lib, 'spblock_512w64b8w')
     with UpdateSession():
         cell.setAbutmentBox(Box(
-            u(0.0), u(0.0), u(110.0), u(2.5),
+            u(0.0), u(0.0), u(110.025), u(2.025),
         ))
         nets = {
             '*': Net.create(cell, '*'),
index 0470b00505aabcdd44a729a0f15550ac7ead7d9a..f20329b5f931faa49d2ee0d4ff6e6e0f82ba3e89 100644 (file)
@@ -211,7 +211,7 @@ def _load():
     cell = Cell.create(lib, 'pll')
     with UpdateSession():
         cell.setAbutmentBox(Box(
-            u(0.0), u(0.0), u(27.0), u(2.5),
+            u(0.0), u(0.0), u(13.5), u(2.025),
         ))
         nets = {
             '*': Net.create(cell, '*'),