|
CIRCT 23.0.0git
|
Information about a pending $monitor call that needs to be converted after the current module's body has been processed.
More...
#include <ImportVerilogInternals.h>

Public Attributes | |
| unsigned | id |
| Location | loc |
| const slang::ast::CallExpression * | call |
Information about a pending $monitor call that needs to be converted after the current module's body has been processed.
Definition at line 464 of file ImportVerilogInternals.h.
| const slang::ast::CallExpression* circt::ImportVerilog::Context::PendingMonitor::call |
Definition at line 467 of file ImportVerilogInternals.h.
Referenced by esiaccel.types.FunctionPort::__call__().
| unsigned circt::ImportVerilog::Context::PendingMonitor::id |
Definition at line 465 of file ImportVerilogInternals.h.
Referenced by esiaccel.types.ESIType::__eq__().
| Location circt::ImportVerilog::Context::PendingMonitor::loc |
Definition at line 466 of file ImportVerilogInternals.h.