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

State structure for process persistence across suspension. More...

#include <State.h>

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

Public Attributes

unsigned inst
 
int resume
 
bool * senses
 
uint8_t * resumeState
 

Detailed Description

State structure for process persistence across suspension.

Definition at line 269 of file State.h.

Member Data Documentation

◆ inst

unsigned circt::llhd::sim::ProcState::inst

Definition at line 270 of file State.h.

Referenced by circt::llhd::sim::State::addProcPtr(), and llhdSuspend().

◆ resume

int circt::llhd::sim::ProcState::resume

Definition at line 271 of file State.h.

◆ resumeState

uint8_t* circt::llhd::sim::ProcState::resumeState

Definition at line 273 of file State.h.

◆ senses

bool* circt::llhd::sim::ProcState::senses

Definition at line 272 of file State.h.


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