3.3.2.5. lekkersim.Solver.connect_all

Solver.connect_all(structure1: Structure, basename1: str, structure2: Structure, basename2: str) None

Connect the two structures using all the pins with the matching basename

Parameters:
  • structure1 (Structure) – first structure

  • basename1 (str) – basename of pin in structure1

  • structure2 (Structure) – second structure

  • basename2 (str) – basename of pin in structure2

Returns:

None