gem5
v20.1.0.0
|
Unique keys to retrieve various params by the initParam pseudo inst. More...
Variables | |
const std::string | DEFAULT = "" |
The default key (empty string) More... | |
const std::string | DIST_RANK = "dist-rank" |
Unique key for "rank" param (distributed gem5 runs) More... | |
const std::string | DIST_SIZE = "dist-size" |
Unique key for "size" param (distributed gem5 runs) More... | |
Unique keys to retrieve various params by the initParam pseudo inst.
const std::string PseudoInst::InitParamKey::DEFAULT = "" |
The default key (empty string)
Definition at line 91 of file pseudo_inst.cc.
Referenced by PseudoInst::initParam().
const std::string PseudoInst::InitParamKey::DIST_RANK = "dist-rank" |
Unique key for "rank" param (distributed gem5 runs)
Definition at line 95 of file pseudo_inst.cc.
Referenced by PseudoInst::initParam().
const std::string PseudoInst::InitParamKey::DIST_SIZE = "dist-size" |
Unique key for "size" param (distributed gem5 runs)
Definition at line 99 of file pseudo_inst.cc.
Referenced by PseudoInst::initParam().