public class CompareLists
extends java.lang.Object
Constructor and Description |
---|
CompareLists() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CompareList> |
getCompareLists(CellContext cc1,
CellContext cc2)
Scan the two designs, cc1 and cc2 to produce a list of
CompareLists.
|
public static java.util.List<CompareList> getCompareLists(CellContext cc1, CellContext cc2)
cc1
- the root Cell and VarContext of the first designcc2
- the root Cell and VarContext of the second design