|
| template<typename BOOLSIG > |
| bool | etiss::interfaces::getBool (etiss::CPUCore &core, BOOLSIG &sig) |
| | general helper function to read a signal; needs to be implemented as needed
|
| |
| template<typename BOOLSIG > |
| void | etiss::interfaces::setBool (etiss::CPUCore &core, BOOLSIG &sig, bool val) |
| | general helper function to set a signal; needs to be implemented as needed
|
| |
| template<typename VECTORSIG > |
| uint64_t | etiss::interfaces::getAddr (etiss::CPUCore &core, VECTORSIG &sig, bool instrBus) |
| | general helper function to read an address; needs to be implemented as needed
|
| |
| template<typename VECTORSIGSTORAGETYPE , typename VECTORSIG > |
| VECTORSIGSTORAGETYPE | etiss::interfaces::getData (etiss::CPUCore &core, VECTORSIG &sig) |
| | general helper function to read a signal; needs to be implemented as needed
|
| |
| template<typename VECTORSIGSTORAGETYPE , typename VECTORSIG > |
| void | etiss::interfaces::setData (etiss::CPUCore &core, VECTORSIG &sig, VECTORSIGSTORAGETYPE val) |
| | general helper function to set a signal; needs to be implemented as needed
|
| |
| template<typename SELSIG > |
| uint32_t | etiss::interfaces::getSel (etiss::CPUCore &core, SELSIG &sel_i) |
| | general helper function to read a vector signal; needs to be implemented as needed
|
| |