ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
System.h File Reference

contains an interface for time synchronization and memory access More...

#include "etiss/jit/CPU.h"
#include "etiss/jit/types.h"
Include dependency graph for System.h:

Go to the source code of this file.

Classes

struct  ETISS_System
 memory access and time synchronization functions. More...
 

Typedefs

typedef struct ETISS_System ETISS_System
 

Functions

int ETISS_System_isvalid (ETISS_System *sys)
 

Detailed Description

contains an interface for time synchronization and memory access

Definition in file System.h.

Typedef Documentation

◆ ETISS_System

typedef struct ETISS_System ETISS_System

Definition at line 82 of file System.h.

Function Documentation

◆ ETISS_System_isvalid()

int ETISS_System_isvalid ( ETISS_System sys)
extern

Definition at line 84 of file System.cpp.

References ETISS_System::dread, ETISS_System::dwrite, ETISS_System::iread, ETISS_System::iwrite, and ETISS_System::syncTime.

Referenced by etiss::CPUCore::execute().

Here is the caller graph for this function: