public interface VddGndStraps
Modifier and Type | Field and Description |
---|---|
static PrimitiveNode[] |
fillContacts |
static ArcProto[] |
METALS |
static PrimitiveNode[] |
PINS |
Modifier and Type | Method and Description |
---|---|
boolean |
addExtraArc() |
double |
getCellHeight() |
double |
getCellWidth() |
PortInst |
getGnd(int n,
int pos)
get nth Gnd strap
|
double |
getGndCenter(int n)
if horizontal get Y else X
|
double |
getGndWidth(int n)
how wide is nth Gnd strap?
|
ArcProto |
getMetalType() |
PrimitiveNode |
getPinType() |
PortInst |
getVdd(int n,
int pos)
get nth Vdd strap
|
double |
getVddCenter(int n)
if horizontal get Y else get X
|
double |
getVddWidth(int n)
how wide is nth Vdd metal strap
|
boolean |
isHorizontal()
are metal straps horizontal?
|
int |
numGnd()
how many Gnd straps?
|
int |
numVdd()
how many Vdd straps?
|
static final ArcProto[] METALS
static final PrimitiveNode[] PINS
static final PrimitiveNode[] fillContacts
boolean isHorizontal()
int numVdd()
PortInst getVdd(int n, int pos)
double getVddCenter(int n)
double getVddWidth(int n)
int numGnd()
PortInst getGnd(int n, int pos)
double getGndCenter(int n)
double getGndWidth(int n)
PrimitiveNode getPinType()
ArcProto getMetalType()
double getCellWidth()
double getCellHeight()
boolean addExtraArc()