InnerPin¶
- class spydrnet_physical.ir.innerpin.InnerPin[source]¶
Bases:
InnerPin
This class extends the default InnerPin class
Methods:
__init__
clone
Clone the inner pin in an api safe way.
get_cables
get_cables(...)
get_definitions
get_definitions(...)
get_hcables
get_hcables(...)
get_hinstances
get_hinstances(...)
get_hpins
get_hpins(...)
get_hports
get_hports(...)
get_hwires
get_hwires(...)
get_instances
get_instances(...)
get_libraries
get_libraries(...)
get_netlists
get_netlists(...)
get_pins
get_pins(...)
get_ports
get_ports(...)
get_wires
get_wires(...)
if this wire is in a cable, returns the index number of the wire in the parent cable
Attributes:
get_index
Returns python index of element
get_verilog_index
Returns verilog index of element
is_connected
Checks if this pin is connected to any wire
port
Return the port that the inner pin is a part of.
wire
Get the wire the pin is connected to.