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

A function whose hierarchical reference resolves to one symbol reachable through more than one instance. More...

#include <CaptureAnalysis.h>

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

Public Attributes

const slang::ast::SubroutineSymbol * function
 
const slang::ast::ValueSymbol * symbol
 

Detailed Description

A function whose hierarchical reference resolves to one symbol reachable through more than one instance.

Lowering cannot pick an instance safely.

Definition at line 58 of file CaptureAnalysis.h.

Member Data Documentation

◆ function

const slang::ast::SubroutineSymbol* circt::ImportVerilog::AmbiguousHierCapture::function

Definition at line 59 of file CaptureAnalysis.h.

◆ symbol

const slang::ast::ValueSymbol* circt::ImportVerilog::AmbiguousHierCapture::symbol

Definition at line 60 of file CaptureAnalysis.h.


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