ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Go to the source code of this file.
Macros | |
#define | ETISS_LIBNAME RV64IMACFD |
Generated on Thu, 24 Oct 2024 10:16:12 +0200. More... | |
Functions | |
ETISS_LIBRARYIF_VERSION_FUNC_IMPL ETISS_PLUGIN_EXPORT unsigned | RV64IMACFD_countCPUArch () |
ETISS_PLUGIN_EXPORT const char * | RV64IMACFD_nameCPUArch (unsigned index) |
ETISS_PLUGIN_EXPORT etiss::CPUArch * | RV64IMACFD_createCPUArch (unsigned index, std::map< std::string, std::string > options) |
ETISS_PLUGIN_EXPORT void | RV64IMACFD_deleteCPUArch (etiss::CPUArch *arch) |
#define ETISS_LIBNAME RV64IMACFD |
Generated on Thu, 24 Oct 2024 10:16:12 +0200.
This file contains the library interface for the RV64IMACFD core architecture.
Definition at line 10 of file RV64IMACFDArchLib.cpp.
ETISS_LIBRARYIF_VERSION_FUNC_IMPL ETISS_PLUGIN_EXPORT unsigned RV64IMACFD_countCPUArch | ( | ) |
Definition at line 18 of file RV64IMACFDArchLib.cpp.
ETISS_PLUGIN_EXPORT etiss::CPUArch* RV64IMACFD_createCPUArch | ( | unsigned | index, |
std::map< std::string, std::string > | options | ||
) |
Definition at line 34 of file RV64IMACFDArchLib.cpp.
References etiss::log(), options, and etiss::WARNING.
ETISS_PLUGIN_EXPORT void RV64IMACFD_deleteCPUArch | ( | etiss::CPUArch * | arch | ) |
Definition at line 54 of file RV64IMACFDArchLib.cpp.
ETISS_PLUGIN_EXPORT const char* RV64IMACFD_nameCPUArch | ( | unsigned | index | ) |
Definition at line 23 of file RV64IMACFDArchLib.cpp.