Home › Forums › Nazca › Connecting two cells within a cell › Reply To: Connecting two cells within a cell
15 December 2020 at 15:29
#6302
Ronald
Keymaster
Dear MirceaB,
The cell instances c1 and c2 need to be connected in the scope of your cell ‘final’, not the pins inside the original cells. Pins inside cell1 and cell2 are indeed not in scope of cell ‘final’.
Change the last line in cell ‘final’ to
demofab.deep.cobra_p2p(pin1=cl1.pin['b0'], pin2=cl2.pin['a0']).put()
Ronald