CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Member Functions | List of all members
circt::rtg::RNGStateResource Struct Reference

A custom resource representing the RNG state. More...

#include <RTGOps.h>

Inheritance diagram for circt::rtg::RNGStateResource:
Inheritance graph
[legend]
Collaboration diagram for circt::rtg::RNGStateResource:
Collaboration graph
[legend]

Public Member Functions

StringRef getName () const final
 
bool isAddressable () const override
 

Detailed Description

A custom resource representing the RNG state.

Operations that read from or write to the RNG state should declare effects on this resource to prevent CSE and DCE.

Definition at line 39 of file RTGOps.h.

Member Function Documentation

◆ getName()

StringRef circt::rtg::RNGStateResource::getName ( ) const
inlinefinal

Definition at line 41 of file RTGOps.h.

◆ isAddressable()

bool circt::rtg::RNGStateResource::isAddressable ( ) const
inlineoverride

Definition at line 42 of file RTGOps.h.


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