#include "etiss/Misc.h"
#include "etiss/jit/ReturnCode.h"
Go to the source code of this file.
|
| template<typename T , unsigned align> |
| CONSTEXPR T | etiss::interfaces::swapBitOrder (T t) |
| |
| template<> |
| CONSTEXPR uint32_t | etiss::interfaces::swapBitOrder< uint32_t, 4 > (uint32_t t) |
| |
| template<typename T , bool(Delegate::*)(bool ibus, uint64_t &time_ps, uint64_t addr, uint8_t *buf, unsigned len) rwop, unsigned bytewidth, bool swapBitOrder_ = false> |
| bool | etiss::interfaces::sel_rwop (Delegate &delg, bool ibus, uint64_t &time_ps, uint64_t addr, uint8_t *buf, T sel_i) |
| | this function handles read writes in case of busses that have a fixed output with and a select signal like e.g.
|
| |