Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Feb 9, 2024
1 parent 2f3d5ed commit 7a46e59
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Developers/symbolic_links.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:: - SiEPIC-* repositories are in the user's profile directory, under Documents/GitHub
:: - KLAYOUT_HOME is in the user's profile directory, as KLayout

mklink /d %userprofile%\KLayout\tech\EBeam %userprofile%\Documents\GitHub\SiEPIC_EBeam_PDK\klayout_dot_config\tech\EBeam
mklink /d %userprofile%\KLayout\tech\EBeam %userprofile%\Documents\GitHub\SiEPIC_EBeam_PDK\klayout\tech\EBeam

mkdir %userprofile%\KLayout\Lumerical_CMLs
mklink /d %userprofile%\KLayout\Lumerical_CMLs\EBeam %userprofile%\Documents\GitHub\SiEPIC_EBeam_PDK\Lumerical_EBeam_CML\EBeam
Expand Down
4 changes: 2 additions & 2 deletions Developers/symbolic_links_macOSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export INTC=$HOME/.config/Lumerical
export REPO=SiEPIC_EBeam_PDK

mkdir $DEST/tech
ln -s $SRC/$REPO/klayout_dot_config/tech/* $DEST/tech/
ln -s $SRC/$REPO/klayout_dot_config/pymacros/* $DEST/pymacros
ln -s $SRC/$REPO/klayout/tech/* $DEST/tech/
ln -s $SRC/$REPO/klayout/pymacros/* $DEST/pymacros

ln -s $SRC/$REPO/Lumerical_EBeam_CML/EBeam $INTC/Custom/
ln -s $SRC/$REPO/Lumerical_EBeam_CML/EBeam-dev $INTC/Custom/
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 @@ -49,7 +49,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.3, ANT components"
self.description = "v0.4.4, 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.3'
version = '0.4.4'

verbose=False

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 @@ -70,7 +70,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.3, Silicon Nitride"
self.description = "v0.4.4, Silicon Nitride"

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

components_list = list(component_factory.keys())
__all__ = components_list
__version__ = "0.4.3"
__version__ = "0.4.4"

if __name__ == "__main__":
import SiEPIC.opics as op
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.3</version>
<version>0.4.4</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
@@ -1,6 +1,6 @@
[project]
name = "siepic_ebeam_pdk"
version = "0.4.3"
version = "0.4.4"
authors = [
{ name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" },
]
Expand Down

0 comments on commit 7a46e59

Please sign in to comment.