CIRCT 22.0.0git
|
Handler for AIGER export. More...
#include <ExportAIGER.h>
Public Member Functions | |
ExportAIGERHandler ()=default | |
virtual | ~ExportAIGERHandler ()=default |
virtual bool | operandCallback (mlir::OpOperand &operand, size_t bitPos, size_t outputIndex) |
virtual bool | valueCallback (Value result, size_t bitPos, size_t inputIndex) |
virtual void | notifyEmitted (Operation *op) |
virtual void | notifyClock (Value value) |
Handler for AIGER export.
If it's passed to the exportAIGER function, the handler will be called for each operand and result of the operation. Clients are expected to record this information in their use case.
Definition at line 35 of file ExportAIGER.h.
|
default |
|
virtualdefault |
|
inlinevirtual |
Definition at line 59 of file ExportAIGER.h.
|
inlinevirtual |
Definition at line 56 of file ExportAIGER.h.
|
inlinevirtual |
Definition at line 43 of file ExportAIGER.h.
|
inlinevirtual |
Definition at line 51 of file ExportAIGER.h.