From a3da643e3c623de409d0487e41561816f8238875 Mon Sep 17 00:00:00 2001 From: lukasc-ubc Date: Thu, 12 Jan 2023 23:06:26 -0800 Subject: [PATCH] v0.3.44 Former-commit-id: 1de319e818646be52dca23e0a84eb8bec541e899 --- klayout_dot_config/grain.xml | 2 +- klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.lym | 2 +- .../tech/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym | 2 +- .../tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/klayout_dot_config/grain.xml b/klayout_dot_config/grain.xml index 0dc4a0f3..32f97dc8 100644 --- a/klayout_dot_config/grain.xml +++ b/klayout_dot_config/grain.xml @@ -1,7 +1,7 @@ siepic_ebeam_pdk - 0.3.43 + 0.3.44 0.27 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab) diff --git a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.lym b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.lym index 9a977d57..be55e40f 100644 --- a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.lym +++ b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.lym @@ -157,7 +157,7 @@ class SiEPIC_EBeam_Library(Library): print("Initializing '%s' Library." % library) # Set the description - self.description = "v0.3.43, Components with models" + self.description = "v0.3.44, Components with models" # Save the path, used for loading WAVEGUIDES.XML import os diff --git a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym index 6466ea66..400f0203 100644 --- a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym +++ b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym @@ -59,7 +59,7 @@ class SiEPIC_EBeam_Library_ANT(Library): print("Initializing '%s' Library." % library) # Set the description - self.description = "v0.3.43, ANT components" + self.description = "v0.3.44, ANT components" # Save the path, used for loading WAVEGUIDES.XML import os diff --git a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym index 84044114..a802d3b3 100644 --- a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym +++ b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym @@ -178,7 +178,7 @@ class SiEPIC_EBeam_Library_Beta(Library): print("Initializing '%s' Library." % library) # Set the description - self.description = "v0.3.43, Beta components" + self.description = "v0.3.44, Beta components" # Save the path, used for loading WAVEGUIDES.XML import os