ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Macros | Functions
RV64IMACFDArchLib.cpp File Reference
#include "etiss/helper/CPUArchLibrary.h"
#include "RV64IMACFDArch.h"
#include <string>
Include dependency graph for RV64IMACFDArchLib.cpp:

Go to the source code of this file.

Macros

#define ETISS_LIBNAME   RV64IMACFD
 Generated on Wed, 08 May 2024 17:36:07 +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::CPUArchRV64IMACFD_createCPUArch (unsigned index, std::map< std::string, std::string > options)
 
ETISS_PLUGIN_EXPORT void RV64IMACFD_deleteCPUArch (etiss::CPUArch *arch)
 

Macro Definition Documentation

◆ ETISS_LIBNAME

#define ETISS_LIBNAME   RV64IMACFD

Generated on Wed, 08 May 2024 17:36:07 +0200.

This file contains the library interface for the RV64IMACFD core architecture.

Definition at line 10 of file RV64IMACFDArchLib.cpp.

Function Documentation

◆ RV64IMACFD_countCPUArch()

ETISS_LIBRARYIF_VERSION_FUNC_IMPL ETISS_PLUGIN_EXPORT unsigned RV64IMACFD_countCPUArch ( )

Definition at line 18 of file RV64IMACFDArchLib.cpp.

◆ RV64IMACFD_createCPUArch()

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.

Here is the call graph for this function:

◆ RV64IMACFD_deleteCPUArch()

ETISS_PLUGIN_EXPORT void RV64IMACFD_deleteCPUArch ( etiss::CPUArch arch)

Definition at line 54 of file RV64IMACFDArchLib.cpp.

◆ RV64IMACFD_nameCPUArch()

ETISS_PLUGIN_EXPORT const char* RV64IMACFD_nameCPUArch ( unsigned  index)

Definition at line 23 of file RV64IMACFDArchLib.cpp.