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

Hierarchical path information. More...

#include <ImportVerilogInternals.h>

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

Public Attributes

mlir::StringAttr hierName
 
std::optional< unsigned int > idx
 
slang::ast::ArgumentDirection direction
 
llvm::SmallVector< const slang::ast::ValueSymbol *, 2 > valueSyms
 The value symbols associated with this hierarchical path.
 

Detailed Description

Hierarchical path information.

The "hierName" means a different hierarchical name at different module levels. The "idx" means where the current hierarchical name is on the portlists. The "direction" means hierarchical names whether downward(In) or upward(Out).

Definition at line 158 of file ImportVerilogInternals.h.

Member Data Documentation

◆ direction

slang::ast::ArgumentDirection circt::ImportVerilog::HierPathInfo::direction

Definition at line 161 of file ImportVerilogInternals.h.

◆ hierName

mlir::StringAttr circt::ImportVerilog::HierPathInfo::hierName

Definition at line 159 of file ImportVerilogInternals.h.

◆ idx

std::optional<unsigned int> circt::ImportVerilog::HierPathInfo::idx

Definition at line 160 of file ImportVerilogInternals.h.

◆ valueSyms

llvm::SmallVector<const slang::ast::ValueSymbol *, 2> circt::ImportVerilog::HierPathInfo::valueSyms

The value symbols associated with this hierarchical path.

Multiple symbols may be present when different instances resolve the same logical variable to different elaborated symbol objects (e.g., due to Slang's per-instance elaboration of shared module bodies).

Definition at line 167 of file ImportVerilogInternals.h.


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