Skip to content

Commit

Permalink
squeezing the merged layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 4, 2024
1 parent cc3da3a commit 593396d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified framework/EBL_Framework_1cm_PCM_static.oas
Binary file not shown.
3 changes: 2 additions & 1 deletion merge/EBeam_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
cell_Gap_Width = 8e3
cell_Gap_Height = 8e3
chip_Width = 8650000
chip_Height1 = 8490000
# chip_Height1 = 8490000
chip_Height2 = 8890000
chip_Height2 = 9000000
br_cutout_x = 7484000
br_cutout_y = 898000
br_cutout2_x = 7855000
Expand Down
Binary file modified submissions/EBeam_LukasChrostowski_MZI_1310.oas
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
and Draw the floor plan
'''
cell, ly = new_layout(tech_name, top_cell_name, GUI=True, overwrite = True)
floorplan(cell, 605e3, 410e3)
floorplan(cell, 220e3, 180e3)

dbu = ly.dbu

Expand Down

0 comments on commit 593396d

Please sign in to comment.