InnerPin¶
- class spydrnet_physical.ir.innerpin.InnerPin[source]¶
Bases:
InnerPinThis class extends the default InnerPin class
Methods:
__init__cloneClone the inner pin in an api safe way.
get_cablesget_cables(...)
get_definitionsget_definitions(...)
get_hcablesget_hcables(...)
get_hinstancesget_hinstances(...)
get_hpinsget_hpins(...)
get_hportsget_hports(...)
get_hwiresget_hwires(...)
get_instancesget_instances(...)
get_librariesget_libraries(...)
get_netlistsget_netlists(...)
get_pinsget_pins(...)
get_portsget_ports(...)
get_wiresget_wires(...)
if this wire is in a cable, returns the index number of the wire in the parent cable
Attributes:
get_indexReturns python index of element
get_verilog_indexReturns verilog index of element
is_connectedChecks if this pin is connected to any wire
portReturn the port that the inner pin is a part of.
wireGet the wire the pin is connected to.