Closed qpavsmi closed 9 months ago
Refpoints are seemingly all right for the square connector too in GUI:
Also when trying to get them in code:
cell, refp = FlipChipConnectorRf.create_with_refpoints(layout, face_ids=['1t1', '2b1'], round_connector=False)
refp['1t1_port']
Description
The geometry for
FlipChipConnectorRf
withround_connector=True
andround_connector=False
are not consistent:f"{face_id}_port"
for round connector, but empty string for square connector.n_center_bumps > 1
andoutput_rotation != 180
, the geometry of top and bottom face do not overlap. Instead of rotating only the output, the whole shape is rotated. This was fixed for round connector already, but is not yet fixed for square connector:Acceptance criteria
f"{face_id}_port"
in square connector. This might break some testsUse case
No response