public class DotEdifDumper extends DotGraphDumper<EDIFCellInst,EDIFPortInst,Pair<EDIFPort,Integer>,EDIFNet,EDIFCell>
Constructor and Description |
---|
DotEdifDumper() |
DotEdifDumper(boolean makeNetNode) |
Modifier and Type | Method and Description |
---|---|
static void |
dump(Path to,
EDIFCell cell)
Dump an edif cell to a file
|
static void |
dump(Path to,
EDIFCell cell,
BiPredicate<EDIFCellInst,EDIFCell> filter)
Dump an edif cell to a file while filtering the cellInsts that are shown
|
static void |
dump(Path to,
EDIFCell cell,
Predicate<EDIFCellInst> filter)
Dump an edif cell to a file while filtering the cellInsts that are shown
|
doDump, doDump, extendFilterToConnected, extendFilterToConnected
public DotEdifDumper()
public DotEdifDumper(boolean makeNetNode)
public static void dump(Path to, EDIFCell cell, BiPredicate<EDIFCellInst,EDIFCell> filter)
to
- the target filecell
- the cell to dumpfilter
- A function that filters the instances that are shownpublic static void dump(Path to, EDIFCell cell, Predicate<EDIFCellInst> filter)
to
- the target filecell
- the cell to dumpfilter
- A function that filters the instances that are shownpublic static void dump(Path to, EDIFCell cell)
to
- the target filecell
- the cell to dump