#include <oagFpgaAiModRef.h>
Public Member Functions | |
AiModRef () | |
AiModRef (const AiModRef ©) | |
AiModRef (oagAi::Ref a, oa::oaModule *o) | |
bool | operator< (const AiModRef &comp) const |
bool | operator== (const AiModRef &comp) const |
bool | operator!= (const AiModRef &comp) const |
void | printName (bool lineFeed=true) |
Prints concise information about a AiModRef. | |
void | print (bool lineFeed=true) |
Prints full information about a AiModRef. | |
Public Attributes | |
oagAi::Ref | ref |
oa::oaModule * | module |
The reference may refer to the function implemented by a node or its inverse.
Definition at line 22 of file oagFpgaAiModRef.h.
|
Definition at line 24 of file oagFpgaAiModRef.h. |
|
Definition at line 27 of file oagFpgaAiModRef.h. |
|
Definition at line 30 of file oagFpgaAiModRef.h. |
|
Definition at line 53 of file oagFpgaAiModRef.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 oagFpgaAiModRef.h. |
|
Definition at line 50 of file oagFpgaAiModRef.h. |
|
Prints full information about a AiModRef.
Definition at line 1239 of file oagFpgaAiModGraph.cpp. Referenced by oagFpga::AiModGraph::print(). |
|
Prints concise information about a AiModRef.
Definition at line 1319 of file oagFpgaAiModGraph.cpp. References module. Referenced by oagFpga::AiModGraph::connectEquivalentNetsInGraph(). |
|
|