Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 627552c
Author: Lukas Chrostowski <[email protected]>
Date:   Tue Feb 13 17:19:30 2024 -0800

    Update EBeam_merge.py

commit b995c44
Author: Lukas Chrostowski <[email protected]>
Date:   Tue Feb 13 16:53:31 2024 -0800

    check for cell 'top'

commit d4c66c1
Author: masihUBC <[email protected]>
Date:   Tue Feb 13 15:07:07 2024 -0800

    GC with lenses on heater run

    Hi Lukas,
    I added 64 layouts for GC with lenses which equivalent to 4 rows in the layout (currently 2 rows is occupied in the left side of the heater chip)
    there is a fiber array configuration functional error in klayout that can be waived.
  • Loading branch information
lukasc-ubc committed Feb 14, 2024
1 parent be28175 commit 460a1db
Show file tree
Hide file tree
Showing 65 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions merge/EBeam_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def log(text):
break


if 'ebeam' in cell.name.lower() or num_top_cells == 1:
if num_top_cells == 1 or cell.name.lower() == 'top':
log(" - top cell: %s" % cell.name)

# check layout height
Expand Down Expand Up @@ -304,14 +304,19 @@ def log(text):
log('')

#export_layout (top_cell, path, filename='EBeam', relative_path='', format='gds')
export_layout (top_cell, path, filename='EBeam', relative_path='', format='oas')
file_out = export_layout (top_cell, path, filename='EBeam', relative_path='', format='oas')
# log("Layout exported successfully %s: %s" % (save_options.format, file_out) )


log("\nExecution time: %s seconds" % int((time.time() - start_time)))

log_file.close()

# Display the layout in KLayout, using KLayout Package "klive", which needs to be installed in the KLayout Application
if Python_Env == 'Script':
from SiEPIC.utils import klive
klive.show(file_out, technology=tech_name)


print("KLayout EBeam_merge.py, completed in: %s seconds" % int((time.time() - start_time)))


Binary file added submissions/Ebeam_masih_1.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_10.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_10_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_11.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_11_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_12.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_12_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_13.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_13_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_14.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_14_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_15.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_15_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_16.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_16_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_17.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_17_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_18.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_18_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_19.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_19_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_1_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_2.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_20.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_20_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_21.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_21_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_22.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_22_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_23.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_23_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_24.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_24_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_25.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_25_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_26.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_26_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_27.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_27_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_28.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_28_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_29.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_29_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_2_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_3.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_30.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_30_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_31.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_31_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_32.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_32_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_3_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_4.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_4_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_5.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_5_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_6.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_6_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_7.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_7_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_8.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_8_Copy.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_9.gds
Binary file not shown.
Binary file added submissions/Ebeam_masih_9_Copy.gds
Binary file not shown.

0 comments on commit 460a1db

Please sign in to comment.