Skip to content

Commit

Permalink
Beta library bug fix
Browse files Browse the repository at this point in the history
Former-commit-id: 679c113
  • Loading branch information
lukasc-ubc committed Jan 24, 2023
1 parent adf9d3e commit 41dd874
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SiEPIC_EBeam_Library(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.45, Components with models"
self.description = "v0.3.46, Components with models"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class SiEPIC_EBeam_Library_ANT(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.45, ANT components"
self.description = "v0.3.46, ANT components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class SiEPIC_EBeam_Library_Beta(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.45, Beta components"
self.description = "v0.3.46, Beta components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.lym
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class siepic_ebeam_library_hubbard(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.45, Silicon Nitride"
self.description = "v0.3.46, Silicon Nitride"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/pcells_EBeam_Beta/Contra_DC_Bent.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self):

# declare the parameters
self.param("silayer", self.TypeLayer, "Si Layer", default = TECHNOLOGY['Waveguide'])
self.param("silayer_gratings", self.TypeLayer, "Si Gratings Layer", default = TECHNOLOGY['31_Si_p6nm'])
self.param("silayer_gratings", self.TypeLayer, "Si Gratings Layer", default = TECHNOLOGY['Si'])
self.param("radius", self.TypeDouble, "Radius (um)", default = 25)
self.param("gap", self.TypeDouble, "Gap (um)", default = 0.28)
self.param("bus_width", self.TypeDouble, "Bus Width (um)", default = 0.45)
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/pcells_EBeam_Beta/phc_gc_hex.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self):
self.param("positive", self.TypeInt, "Positive", default = False)
self.param("apodized", self.TypeInt, "apodized", default = False)
self.param("feature_size", self.TypeDouble, "minimum feature size (microns)", default = 0.06)
self.param("layer", self.TypeLayer, "Layer", default = TECHNOLOGY['31_Si_p6nm'])
self.param("layer", self.TypeLayer, "Layer", default = TECHNOLOGY['Si'])
self.param("pinrec", self.TypeLayer, "PinRec Layer", default = TECHNOLOGY['PinRec'])
self.param("devrec", self.TypeLayer, "DevRec Layer", default = TECHNOLOGY['DevRec'])
self.param("textl", self.TypeLayer, "Text Layer", default = TECHNOLOGY['Text'])
Expand Down
2 changes: 1 addition & 1 deletion klayout/grain.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<salt-grain>
<name>siepic_ebeam_pdk</name>
<version>0.3.45</version>
<version>0.3.46</version>
<api-version>0.27</api-version>
<title>SiEPIC EBeam PDK</title>
<doc>A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab)</doc>
Expand Down

0 comments on commit 41dd874

Please sign in to comment.