public class EDIFNetlistComparator
extends Object
DesignComparator
to compare the
placement and routing information of a design.Modifier and Type | Field and Description |
---|---|
boolean |
filterVivadoChanges
A netlist will undergo several changes when loaded via DCP vs.
|
boolean |
restoreBrackets
Setting this to true will attempt to account for legalized square brackets
replaced by underscores around an indexed suffix on a Library name.
|
Constructor and Description |
---|
EDIFNetlistComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compareNetlists(EDIFNetlist gold,
EDIFNetlist test) |
static void |
main(String[] args) |
void |
printDiffReport(PrintStream ps) |
void |
printDiffReportSummary(PrintStream ps) |
public boolean restoreBrackets
public boolean filterVivadoChanges
public int compareNetlists(EDIFNetlist gold, EDIFNetlist test)
public void printDiffReportSummary(PrintStream ps)
public void printDiffReport(PrintStream ps)
public static void main(String[] args)