CIRCT 20.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
 
const slang::ast::ValueSymbol * valueSym
 

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 67 of file ImportVerilogInternals.h.

Member Data Documentation

◆ direction

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

Definition at line 70 of file ImportVerilogInternals.h.

◆ hierName

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

Definition at line 68 of file ImportVerilogInternals.h.

◆ idx

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

Definition at line 69 of file ImportVerilogInternals.h.

◆ valueSym

const slang::ast::ValueSymbol* circt::ImportVerilog::HierPathInfo::valueSym

Definition at line 71 of file ImportVerilogInternals.h.


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