Skip to content

Commit

Permalink
remove Radius check in Verification
Browse files Browse the repository at this point in the history
in SiEPIC-Tools 0.5.13
  • Loading branch information
lukasc-ubc committed Oct 9, 2024
1 parent a7bd621 commit 7887ab9
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions klayout/EBeam/Verification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
<shapes-inside-components>
<deviceonly-layers>[ [1,0], [1,5], [11,0] ]</deviceonly-layers>
</shapes-inside-components>
<minimum-radius-check>False</minimum-radius-check>

</verification>
2 changes: 1 addition & 1 deletion klayout/EBeam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
print("SiEPIC-EBeam-PDK Python module: siepic_ebeam_pdk v0.4.17, KLayout technology: EBeam")
print("SiEPIC-EBeam-PDK Python module: siepic_ebeam_pdk v0.4.19, KLayout technology: EBeam")

# Load the KLayout technology, when running in Script mode
import pya
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"""

version = "0.4.17"
version = "0.4.19"
print("SiEPIC_EBeam PDK, version %s" % version)

verbose = False
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.17, ANT components"
self.description = "v0.4.19, 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.17"
version = "0.4.19"

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.0.1, Dream Photonics"
self.description = "v0.4.19, 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.17, Silicon Nitride"
self.description = "v0.4.19, 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.17 Python module: pymacros')
print('SiEPIC-EBeam-PDK v0.4.19 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.17</version>
<version>0.4.19</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.17"
version = "0.4.19"
authors = [
{ name="Lukas Chrostowski", email="[email protected]" },
]
Expand Down

0 comments on commit 7887ab9

Please sign in to comment.