diff --git a/klayout/EBeam/pymacros/Example_scripted_layouts/MZI.lym b/klayout/EBeam/pymacros/Example_scripted_layouts/MZI.lym index aa3e8b95..fe48feba 100644 --- a/klayout/EBeam/pymacros/Example_scripted_layouts/MZI.lym +++ b/klayout/EBeam/pymacros/Example_scripted_layouts/MZI.lym @@ -56,7 +56,7 @@ waveguide_type='Strip TE 1550 nm, w=500 nm' # Load cells from library cell_ebeam_gc = ly.create_cell('ebeam_gc_te1550', tech_name) cell_ebeam_y = ly.create_cell('ebeam_y_1550', tech_name) -cell_ebeam_y_dream = ly.create_cell('ebeam_dream_splitter_1x2_te1550_BB', 'EBeam-Dream') +cell_ebeam_y_dream = ly.create_cell('ebeam_dream_splitter_1x2_te1550_BB', 'EBeam-Dream', {}) # create a floor plan fpLayerN = cell.layout().layer(TECHNOLOGY['FloorPlan']) diff --git a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym index e80f805d..28f1903a 100644 --- a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym +++ b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym @@ -158,7 +158,7 @@ class SiEPIC_EBeam_Library(Library): print("Initializing '%s' Library." % library) # Set the description - self.description = "v0.3.54, Components with models" + self.description = "v0.3.55, Components with models" # Save the path, used for loading WAVEGUIDES.XML import os diff --git a/klayout/grain.xml b/klayout/grain.xml index 848d0f72..dc13269f 100644 --- a/klayout/grain.xml +++ b/klayout/grain.xml @@ -1,7 +1,7 @@ siepic_ebeam_pdk - 0.3.54 + 0.3.55 0.27 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab)