CIRCT  19.0.0git
Variables
circt::calyxToFSM Namespace Reference

Variables

static constexpr std::string_view sEntryStateName = "fsm_entry"
 
static constexpr std::string_view sExitStateName = "fsm_exit"
 
static constexpr std::string_view sGroupDoneInputs
 
static constexpr std::string_view sGroupGoOutputs
 
static constexpr std::string_view sSSAInputIndices = "calyx.fsm_ssa_inputs"
 
static constexpr std::string_view sFSMTopLevelGoIndex
 
static constexpr std::string_view sFSMTopLevelDoneIndex
 

Variable Documentation

◆ sEntryStateName

constexpr std::string_view circt::calyxToFSM::sEntryStateName = "fsm_entry"
staticconstexpr

Definition at line 30 of file CalyxToFSM.h.

◆ sExitStateName

constexpr std::string_view circt::calyxToFSM::sExitStateName = "fsm_exit"
staticconstexpr

Definition at line 31 of file CalyxToFSM.h.

◆ sFSMTopLevelDoneIndex

constexpr std::string_view circt::calyxToFSM::sFSMTopLevelDoneIndex
staticconstexpr
Initial value:
=
"calyx.fsm_top_level_done"

Definition at line 39 of file CalyxToFSM.h.

◆ sFSMTopLevelGoIndex

constexpr std::string_view circt::calyxToFSM::sFSMTopLevelGoIndex
staticconstexpr
Initial value:
=
"calyx.fsm_top_level_go"

Definition at line 37 of file CalyxToFSM.h.

◆ sGroupDoneInputs

constexpr std::string_view circt::calyxToFSM::sGroupDoneInputs
staticconstexpr
Initial value:
=
"calyx.fsm_group_done_inputs"

Definition at line 32 of file CalyxToFSM.h.

◆ sGroupGoOutputs

constexpr std::string_view circt::calyxToFSM::sGroupGoOutputs
staticconstexpr
Initial value:
=
"calyx.fsm_group_go_outputs"

Definition at line 34 of file CalyxToFSM.h.

◆ sSSAInputIndices

constexpr std::string_view circt::calyxToFSM::sSSAInputIndices = "calyx.fsm_ssa_inputs"
staticconstexpr

Definition at line 36 of file CalyxToFSM.h.