From 7d1e1f8c44f1a1de76af6743559e18488bcabf2d Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 18 Apr 2021 20:36:57 +0200 Subject: [PATCH] Adjust again the interface of the SRAM block (METAL2 stick out more). --- cumulus/src/plugins/alpha/block/block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/src/plugins/alpha/block/block.py b/cumulus/src/plugins/alpha/block/block.py index 2c02da74..eaa4a974 100644 --- a/cumulus/src/plugins/alpha/block/block.py +++ b/cumulus/src/plugins/alpha/block/block.py @@ -592,7 +592,7 @@ class Block ( object ): with UpdateSession(): instance = self.rgetCoreInstance( ipath ) macro = Macro.wrap( instance.getMasterCell() - , self.conf.routingGauge.getName(), 2, 2 ) + , self.conf.routingGauge.getName(), 3, 2 ) instanceAb = instance.getMasterCell().getAbutmentBox() coreTransf = self.conf.icore.getTransformation() if self.conf.isCoreBlock: