check_surfaced_pins

spydrnet_tmr.utils.design_rule_check.drc_surface_pins.check_surfaced_pins(pins_to_surface, name_prefix='surfaced_pin', write_enable=False)

Go through the list of pins that were intended to be surfaced and see if each was surfaced to the top module.

Parameters
  • pins_to_surface (list) – Pins that were intended to be surfaced

  • name_prefix – Name for the ports and cables created when surfacing the pins

  • write_enable (bool) – write output to a text file

Returns

True/False