public class GetNetlist
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GetNetlist.ExtNode
Class for communicating netlist information to the placer and router.
|
Modifier and Type | Field and Description |
---|---|
static int |
BIDIRPORT
bidirectional port
|
static int |
COMPLEXCELL |
static int |
FEEDCELL |
static int |
GNDPORT
ground port
|
static int |
INPORT
input port
|
static int |
LATERALFEED |
static int |
LEAFCELL
Types of Instances
|
static int |
OUTPORT
output port
|
static int |
PORTDIRDOWN
port direction down
|
static int |
PORTDIRLEFT
port direction left
|
static int |
PORTDIRMASK
mask for port direction
|
static int |
PORTDIRRIGHT
port direction right
|
static int |
PORTDIRUP
port direction up
|
static int |
PORTTYPE
port type mask
|
static int |
PWRPORT
power port
|
static int |
SPECIALCELL |
static int |
STITCH |
static int |
UNPORT
unknown port
|
Constructor and Description |
---|
GetNetlist() |
Modifier and Type | Method and Description |
---|---|
boolean |
readNetCurCell(Cell cell)
Read the netlist associated with the current cell.
|
public static final int PORTDIRMASK
public static final int PORTDIRUP
public static final int PORTDIRDOWN
public static final int PORTDIRRIGHT
public static final int PORTDIRLEFT
public static final int PORTTYPE
public static final int GNDPORT
public static final int PWRPORT
public static final int BIDIRPORT
public static final int OUTPORT
public static final int INPORT
public static final int UNPORT
public static final int LEAFCELL
public static final int COMPLEXCELL
public static final int SPECIALCELL
public static final int FEEDCELL
public static final int STITCH
public static final int LATERALFEED
public boolean readNetCurCell(Cell cell)