| Constructor and Description |
|---|
DotSiteDumper() |
DotSiteDumper(boolean makeNetNode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
dump(Path to,
Site site)
Dump a Site to a file
|
static void |
dump(Path to,
Site site,
BiPredicate<BEL,SiteInst> filter)
Dump a Site to a file while filtering the cellInsts that are shown
|
static void |
dump(Path to,
SiteInst siteInst)
Dump a SiteInst to a file
|
static void |
dump(Path to,
SiteInst siteInst,
BiPredicate<BEL,SiteInst> filter)
Dump a SiteInst to a file while filtering the cellInsts that are shown
|
static void |
dump(Path to,
SiteInst siteInst,
Predicate<BEL> filter)
Dump a SiteInst to a file while filtering the cellInsts that are shown
|
static void |
dump(Path to,
Site site,
Predicate<BEL> filter)
Dump a Site to a file while filtering the cellInsts that are shown
|
doDump, doDump, extendFilterToConnected, extendFilterToConnectedpublic DotSiteDumper()
public DotSiteDumper(boolean makeNetNode)
public static void dump(Path to,
SiteInst siteInst,
BiPredicate<BEL,SiteInst> filter)
to - the target filesiteInst - the siteInst to dumpfilter - A function that filters the bels that are shownpublic static void dump(Path to,
SiteInst siteInst,
Predicate<BEL> filter)
to - the target filesiteInst - the siteInst to dumpfilter - A function that filters the bels that are shownpublic static void dump(Path to,
SiteInst siteInst)
to - the target filesiteInst - the siteInst to dumppublic static void dump(Path to,
Site site,
BiPredicate<BEL,SiteInst> filter)
to - the target filesite - the Site to dumpfilter - A function that filters the bels that are shownpublic static void dump(Path to,
Site site,
Predicate<BEL> filter)
to - the target filesite - the Site to dumpfilter - A function that filters the bels that are shownpublic static void dump(Path to,
Site site)
to - the target filesite - the Site to dump