#include <oagFpgaModRef.h>
Public Member Functions | |
ModRef () | |
ModRef (const ModRef ©) | |
ModRef (BBRef a, oa::oaModule *o) | |
bool | operator< (const ModRef &comp) const |
bool | operator== (const ModRef &comp) const |
bool | operator!= (const ModRef &comp) const |
void | printName (bool lineFeed=true) |
Prints concise information about a ModRef. | |
void | print (bool lineFeed=true) |
Public Attributes | |
BBRef | ref |
oa::oaModule * | module |
The reference may refer to the function implemented by a node or its inverse.
Definition at line 22 of file oagFpgaModRef.h.
|
Definition at line 24 of file oagFpgaModRef.h. |
|
Definition at line 27 of file oagFpgaModRef.h. |
|
Definition at line 30 of file oagFpgaModRef.h. |
|
Definition at line 53 of file oagFpgaModRef.h. |
|
This operator involves a pointer comparison and will not produce the same ordering if the memory locations of modules change. This may be the case in two different executions, or if portions of the database are purged and reloaded. Definition at line 37 of file oagFpgaModRef.h. |
|
Definition at line 50 of file oagFpgaModRef.h. |
|
|
|
Prints concise information about a ModRef.
Definition at line 1335 of file oagFpgaModGraph.cpp. References module. Referenced by oagFpga::ModGraph::connectEquivalentNetsInGraph(). |
|
|