Skip to content

Commit

Permalink
ring example update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Dec 10, 2023
1 parent 4e88b7f commit a857e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified submissions/EBeam_LukasChrostowski_rings.oas
Binary file not shown.
4 changes: 3 additions & 1 deletion submissions/KLayout Python/EBeam_LukasChrostowski_rings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
by Lukas Chrostowski, 2023
'''

top_cell_name = 'EBeam_LukasChrostowski_rings'

import pya
from pya import *

Expand Down Expand Up @@ -55,7 +57,7 @@ def dbl_bus_ring_res():
with a top cell
and Draw the floor plan
'''
cell, ly = new_layout(tech_name, 'top', GUI=True, overwrite = True)
cell, ly = new_layout(tech_name, top_cell_name, GUI=True, overwrite = True)
floorplan(cell, 605e3, 410e3)

if SiEPIC.__version__ < '0.5.1':
Expand Down

0 comments on commit a857e2b

Please sign in to comment.