ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Functions | |
void | init () |
void | shutdown () |
void | console () |
bool | supported () |
void | runString (std::string s) |
void | run (std::function< void(void)> func) |
void | runEXT (std::function< void(void)> func) |
std::string | evalForString (const char *stmt, bool *ok=nullptr) |
void etiss::py::console | ( | ) |
Definition at line 465 of file ETISSPython.cpp.
std::string etiss::py::evalForString | ( | const char * | stmt, |
bool * | ok = nullptr |
||
) |
Definition at line 476 of file ETISSPython.cpp.
void etiss::py::init | ( | ) |
Definition at line 461 of file ETISSPython.cpp.
Referenced by etiss_initialize(), and etiss::interfaces::WishboneBus< BOOLSIG, VECTORSIG, instrBus, flipEndianess, bytewidth, VECTORSIGSTORAGETYPE >::update().
void etiss::py::run | ( | std::function< void(void)> | func | ) |
Definition at line 474 of file ETISSPython.cpp.
void etiss::py::runEXT | ( | std::function< void(void)> | func | ) |
void etiss::py::runString | ( | std::string | s | ) |
Definition at line 472 of file ETISSPython.cpp.
void etiss::py::shutdown | ( | ) |
Definition at line 463 of file ETISSPython.cpp.
Referenced by etiss::shutdown().
bool etiss::py::supported | ( | ) |
Definition at line 467 of file ETISSPython.cpp.