OpenASIP
2.0
|
#include "SimulatorConstants.hh"
#include "SimValue.hh"
#include "OperationPool.hh"
#include "CompiledSimulation.icc"
Go to the source code of this file.
Classes | |
struct | FUResultElementType |
struct | FUResultType |
class | CompiledSimulation |
Namespaces | |
TTAMachine | |
TTAProgram | |
Macros | |
#define | EXPORT __attribute__((visibility("default"))) |
Typedefs | |
typedef void(* | SimulateFunction) (void *engine) |
Type for the simulateXXXXX basic block functions. More... | |
Declaration of CompiledSimulation abstract class.
Definition in file CompiledSimulation.hh.
#define EXPORT __attribute__((visibility("default"))) |
Definition at line 65 of file CompiledSimulation.hh.
typedef void(* SimulateFunction) (void *engine) |
Type for the simulateXXXXX basic block functions.
Definition at line 62 of file CompiledSimulation.hh.