Skip to content

Commit

Permalink
DRC SiN layer change
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Oct 17, 2024
1 parent ef4e6d4 commit 396a24a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/drc/SiEPIC_EBeam.drc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ report("SiEPIC-EBeam-PDK DRC", $output)
LayerSi=input(1,0)
#LayerSip6nm=input(31,0)
#LayerSi_rib=input(2,0)
LayerSiN = input(1,5)
LayerSiN = input(4,0)
DevRec=input(68,0)
PinRec=input(1,10)
LayerFP=input(99)
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/drc/SiEPIC_EBeam_DRC.lydrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ report("SiEPIC-EBeam-PDK DRC")
LayerSi=input(1,0)
#LayerSip6nm=input(31,0)
#LayerSi_rib=input(2,0)
LayerSiN = input(1,5)
LayerSiN = input(4,0)
DevRec=input(68,0)
PinRec=input(1,10)
LayerFP=input(99)
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.21, ANT components"
self.description = "v0.4.22, 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.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def PCell_get_parameters ( pcell ):
"""

version = "0.4.21"
version = "0.4.22"

verbose = False

Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Dream.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.21, Dream Photonics"
self.description = "v0.4.22, Dream Photonics"

# 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.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self):
self.technology = tech_name

# Set the description
self.description = "v0.4.21, Silicon Nitride"
self.description = "v0.4.22, Silicon Nitride"

if verbose:
print("Initializing '%s' Library, %s" % (library, self.description))
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
print('SiEPIC-EBeam-PDK v0.4.21 Python module: pymacros')
print('SiEPIC-EBeam-PDK v0.4.22 Python module: pymacros')

from . import (
SiEPIC_EBeam_Library,
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.4.21</version>
<version>0.4.22</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
2 changes: 1 addition & 1 deletion klayout/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages = [

[project]
name = "siepic_ebeam_pdk"
version = "0.4.21"
version = "0.4.22"
authors = [
{ name="Lukas Chrostowski", email="[email protected]" },
]
Expand Down

0 comments on commit 396a24a

Please sign in to comment.