CIRCT  20.0.0git
Public Attributes | List of all members
circt::ImportVerilog::PortLowering Struct Reference

Port lowering information. More...

#include <ImportVerilogInternals.h>

Collaboration diagram for circt::ImportVerilog::PortLowering:
Collaboration graph
[legend]

Public Attributes

const slang::ast::PortSymbol & ast
 
Location loc
 
BlockArgument arg
 

Detailed Description

Port lowering information.

Definition at line 32 of file ImportVerilogInternals.h.

Member Data Documentation

◆ arg

BlockArgument circt::ImportVerilog::PortLowering::arg

Definition at line 35 of file ImportVerilogInternals.h.

◆ ast

const slang::ast::PortSymbol& circt::ImportVerilog::PortLowering::ast

Definition at line 33 of file ImportVerilogInternals.h.

◆ loc

Location circt::ImportVerilog::PortLowering::loc

Definition at line 34 of file ImportVerilogInternals.h.


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