CIRCT 21.0.0git
|
A single reset extracted from a process during trigger analysis. More...
#include <DeseqUtils.h>
Public Member Functions | |
operator bool () const | |
Check if this reset info is null. | |
Public Attributes | |
Value | reset |
The value acting as the reset, causing the register to be set to value when triggered. | |
Value | value |
The value the register is reset to. | |
bool | activeHigh |
Whether the reset is active when high. | |
A single reset extracted from a process during trigger analysis.
Definition at line 182 of file DeseqUtils.h.
|
inline |
bool circt::llhd::deseq::ResetInfo::activeHigh |
Whether the reset is active when high.
Definition at line 189 of file DeseqUtils.h.
Value circt::llhd::deseq::ResetInfo::reset |
The value acting as the reset, causing the register to be set to value
when triggered.
Definition at line 185 of file DeseqUtils.h.
Referenced by operator bool().
Value circt::llhd::deseq::ResetInfo::value |
The value the register is reset to.
Definition at line 187 of file DeseqUtils.h.
Referenced by Python.support.OpOperand::type().