Adjust again the interface of the SRAM block (METAL2 stick out more).
This commit is contained in:
parent
2084a3bde2
commit
7d1e1f8c44
|
@ -592,7 +592,7 @@ class Block ( object ):
|
||||||
with UpdateSession():
|
with UpdateSession():
|
||||||
instance = self.rgetCoreInstance( ipath )
|
instance = self.rgetCoreInstance( ipath )
|
||||||
macro = Macro.wrap( instance.getMasterCell()
|
macro = Macro.wrap( instance.getMasterCell()
|
||||||
, self.conf.routingGauge.getName(), 2, 2 )
|
, self.conf.routingGauge.getName(), 3, 2 )
|
||||||
instanceAb = instance.getMasterCell().getAbutmentBox()
|
instanceAb = instance.getMasterCell().getAbutmentBox()
|
||||||
coreTransf = self.conf.icore.getTransformation()
|
coreTransf = self.conf.icore.getTransformation()
|
||||||
if self.conf.isCoreBlock:
|
if self.conf.isCoreBlock:
|
||||||
|
|
Loading…
Reference in New Issue