releaseing file deleted

This commit is contained in:
2026-05-28 20:36:25 +08:00
parent 52be015967
commit 518eb06591
83 changed files with 203 additions and 744 deletions
+21 -1
View File
@@ -1,7 +1,7 @@
import nazca as nd
from .Foundry import Foundry
class EOM1_2ML_CU(Foundry) :
class EOM1_2ML_CU_RDL(Foundry) :
## Generall parameters
STD_SMWG_WIDTH = 0.45
@@ -68,4 +68,24 @@ class EOM1_2ML_CU(Foundry) :
'PD_SIPP' : ((100,140)),
'PD_SINP' : ((100,150)),
}):
super().__init__(layermap=layermap)
## add cross sections
nd.add_xsection("strip")
nd.add_layer2xsection("strip",layer="WG_HM",growx=0,growy=0)
nd.add_layer2xsection("strip",layer="WG_STRIP",growx=4,growy=4)
nd.add_xsection("rib_low")
nd.add_layer2xsection("rib_low",layer="WG_HM",growx=0,growy=0)
nd.add_layer2xsection("rib_low",layer="WG_SRIB",growx=3,growy=3)
nd.add_layer2xsection("rib_low",layer="WG_STRIP",leftedge=(-0.5,-3),rightedge=(-0.5,-3.5))
nd.add_layer2xsection("rib_low",layer="WG_STRIP",leftedge=(0.5,3.5),rightedge=(0.5,3))
nd.add_xsection("metal_1")
nd.add_layer2xsection("metal_1",layer="UTM",growx=0,growy=0)
nd.add_layer2xsection("metal_1",layer="SSIN0",growx=2.5,growy=2.5)
nd.add_xsection("metal_2")
nd.add_layer2xsection("metal_2",layer="UTM2",growx=0,growy=0)
nd.add_layer2xsection("metal_2",layer="SSIN1",growx=2.5,growy=2.5)