CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::ImportVerilog::Context::PendingMonitor Struct Reference

Information about a pending $monitor call that needs to be converted after the current module's body has been processed. More...

#include <ImportVerilogInternals.h>

Collaboration diagram for circt::ImportVerilog::Context::PendingMonitor:
Collaboration graph
[legend]

Public Attributes

unsigned id
 
Location loc
 
const slang::ast::CallExpression * call
 

Detailed Description

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.

Member Data Documentation

◆ call

const slang::ast::CallExpression* circt::ImportVerilog::Context::PendingMonitor::call

Definition at line 467 of file ImportVerilogInternals.h.

Referenced by esiaccel.types.FunctionPort::__call__().

◆ id

unsigned circt::ImportVerilog::Context::PendingMonitor::id

Definition at line 465 of file ImportVerilogInternals.h.

Referenced by esiaccel.types.ESIType::__eq__().

◆ loc

Location circt::ImportVerilog::Context::PendingMonitor::loc

Definition at line 466 of file ImportVerilogInternals.h.


The documentation for this struct was generated from the following file: