public class DotPhysicalDumper extends DotGraphDumper<SiteInst,SitePinInst,Void,Net,Design>
Constructor and Description |
---|
DotPhysicalDumper() |
DotPhysicalDumper(boolean makeNetNode) |
Modifier and Type | Method and Description |
---|---|
static void |
dump(Path to,
Design design)
Dump a physical netlist to a file
|
static void |
dump(Path to,
Design design,
BiPredicate<SiteInst,Design> filter)
Dump a physical netlist to a file while filtering the SiteInsts that are shown
|
static void |
dump(Path to,
Design design,
Predicate<SiteInst> filter)
Dump a physical netlist to a file while filtering the SiteInsts that are shown
|
doDump, doDump, extendFilterToConnected, extendFilterToConnected
public DotPhysicalDumper()
public DotPhysicalDumper(boolean makeNetNode)
public static void dump(Path to, Design design, BiPredicate<SiteInst,Design> filter)
to
- the target filedesign
- the design to dumpfilter
- A function that filters the instances that are shownpublic static void dump(Path to, Design design, Predicate<SiteInst> filter)
to
- the target filedesign
- the design to dumpfilter
- A function that filters the instances that are shownpublic static void dump(Path to, Design design)
to
- the target filedesign
- the design to dump