CIRCT  19.0.0git
Public Attributes | List of all members
circt::llhd::sim::SignalDetail Struct Reference

Detail structure that can be easily accessed by the lowered code. More...

#include <State.h>

Collaboration diagram for circt::llhd::sim::SignalDetail:
Collaboration graph
[legend]

Public Attributes

uint8_t * value
 
uint64_t offset
 
uint64_t instIndex
 
uint64_t globalIndex
 

Detailed Description

Detail structure that can be easily accessed by the lowered code.

Definition at line 68 of file State.h.

Member Data Documentation

◆ globalIndex

uint64_t circt::llhd::sim::SignalDetail::globalIndex

Definition at line 72 of file State.h.

◆ instIndex

uint64_t circt::llhd::sim::SignalDetail::instIndex

Definition at line 71 of file State.h.

◆ offset

uint64_t circt::llhd::sim::SignalDetail::offset

Definition at line 70 of file State.h.

◆ value

uint8_t* circt::llhd::sim::SignalDetail::value

Definition at line 69 of file State.h.

Referenced by Python.support.OpOperand::type().


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