public class PackagePin
extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Get's the package pin name (e.g.
|
Site |
getSite()
Get's the site connected to this package pin
|
String |
getSiteType()
Get's the type of the site connected to this package pin
|
int |
hashCode() |
String |
toString() |
public String getName()
Vivado Tcl:
get_property NAME $this
public Site getSite()
Vivado Tcl:
get_sites -of $this
public String getSiteType()
Vivado Tcl:
get_property SITE_TYPE [get_sites -of $this]
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object