Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
Former-commit-id: 482ad5a
  • Loading branch information
lukasc-ubc committed Oct 3, 2023
1 parent 4f818f3 commit 94e2d0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/Example_scripted_layouts/MZI.lym
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ waveguide_type='Strip TE 1550 nm, w=500 nm'
# Load cells from library
cell_ebeam_gc = ly.create_cell('ebeam_gc_te1550', tech_name)
cell_ebeam_y = ly.create_cell('ebeam_y_1550', tech_name)
cell_ebeam_y_dream = ly.create_cell('ebeam_dream_splitter_1x2_te1550_BB', 'EBeam-Dream')
cell_ebeam_y_dream = ly.create_cell('ebeam_dream_splitter_1x2_te1550_BB', 'EBeam-Dream', {})

# create a floor plan
fpLayerN = cell.layout().layer(TECHNOLOGY['FloorPlan'])
Expand Down
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.54, Components with models"
self.description = "v0.3.55, Components with models"

# 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.54</version>
<version>0.3.55</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 94e2d0c

Please sign in to comment.