SimulationComponentState Type
State (possibly none) remembered by component from previous clock cycle. Combinational components have no state.
Union cases
| Union case | Description |
Full Usage:
DffState uint32
Parameters:
uint32
|
|
Full Usage:
NoState
|
|
|
|
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsDffState
Returns: bool
|
|
Full Usage:
this.IsNoState
Returns: bool
|
|
Full Usage:
this.IsRamState
Returns: bool
|
|
Full Usage:
this.IsRegisterState
Returns: bool
|
|