Skip to content

Commit

Permalink
Lumerical CML in the KLayout PDK folder
Browse files Browse the repository at this point in the history
Former-commit-id: 5dc2cb4
  • Loading branch information
lukasc-ubc committed Jan 24, 2023
1 parent 41dd874 commit 231410c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Lumerical_EBeam_CML/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ zip -r EBeam_v2010_01_14.cml EBeam

3) For KLayout integration:
Copy the .cml file into:
../klayout_dot_config/tech/EBeam
../klayout/EBeam

1 change: 0 additions & 1 deletion klayout/EBeam/EBeam_v2023_01_12.cml

This file was deleted.

1 change: 1 addition & 0 deletions klayout/EBeam/EBeam_v2023_01_12.cml.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
04f359a9db457c72721fc48ee0fe45201dfc7316
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.46, Components with models"
self.description = "v0.3.47, 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.46, ANT components"
self.description = "v0.3.47, 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.46, Beta components"
self.description = "v0.3.47, 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.46, Silicon Nitride"
self.description = "v0.3.47, Silicon Nitride"

# Save the path, used for loading WAVEGUIDES.XML
import os
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.46</version>
<version>0.3.47</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 231410c

Please sign in to comment.