torc-master
|
Diff utility class for comparing physical netlists. More...
#include <MarkExtracter.hpp>
Public Member Functions | |
MarkExtracter (std::ostream &inOutStream, const DesignSharedPtr &inDesign, string inPattern) | |
DesignSharedPtr | extract () |
Top level call to diff two designs. More... | |
void | pruneCircuit (CircuitSharedPtr circuit) |
void | filterOnPips (CircuitSharedPtr circuit) |
Protected Attributes | |
std::ostream & | mStream |
Output stream to use for comparison results. More... | |
DesignSharedPtr | mDesign |
DesignSharedPtr | mNewDesign |
const string | mPattern |
boost::regex | mRegex |
Diff utility class for comparing physical netlists.
This class takes two design pointers and compares them.
Definition at line 43 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 54 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 78 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 87 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 48 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 81 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 91 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 56 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 64 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 66 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 58 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 72 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 50 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 74 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 76 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 52 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 85 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 60 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 68 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 70 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 62 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 93 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 83 of file MarkExtracter.hpp.
|
protected |
Definition at line 95 of file MarkExtracter.hpp.
|
protected |
Definition at line 94 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 89 of file MarkExtracter.hpp.
|
protected |
Imported type name.
Definition at line 46 of file MarkExtracter.hpp.
|
inline |
Definition at line 105 of file MarkExtracter.hpp.
|
inline |
Top level call to diff two designs.
Definition at line 113 of file MarkExtracter.hpp.
|
inline |
Definition at line 188 of file MarkExtracter.hpp.
|
inline |
Definition at line 129 of file MarkExtracter.hpp.
|
protected |
Definition at line 99 of file MarkExtracter.hpp.
|
protected |
Definition at line 100 of file MarkExtracter.hpp.
|
protected |
Definition at line 101 of file MarkExtracter.hpp.
|
protected |
Definition at line 102 of file MarkExtracter.hpp.
|
protected |
Output stream to use for comparison results.
Definition at line 98 of file MarkExtracter.hpp.