Skip to content

Commit

Permalink
fix dcs floorplan
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Oct 27, 2023
1 parent 3f52361 commit ec47e08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ubc2/ubc_simon_dcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
from gdsfactory.typings import CrossSectionSpec
from ubcpdk.tech import LAYER

from ubc2.write_mask import write_mask_gds_with_metadata
from ubc2.write_mask import size, write_mask_gds_with_metadata

via_stack_heater_m3_mini = partial(via_stack_heater_m3, size=(4, 4))


size = (605, 440)
add_gc = ubcpdk.components.add_fiber_array
layer_label = LAYER.TEXT
GC_PITCH = 127
Expand Down

0 comments on commit ec47e08

Please sign in to comment.