OpenASIP  2.0
Classes | Enumerations
ImplementationTester.hh File Reference
#include <string>
#include <vector>
#include <set>
#include "HDBManager.hh"
#include "FUEntry.hh"
#include "RFEntry.hh"
#include "MachineState.hh"
#include "HWBlockImplementation.hh"
#include "TestbenchGenerator.hh"
Include dependency graph for ImplementationTester.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ImplementationTester
 

Enumerations

enum  VhdlSim { SIM_GHDL, SIM_MODELSIM }
 

Detailed Description

Declaration of ImplementationTester

Author
Pekka Jääskeläinen 2006 (pekka.jaaskelainen-no.spam-tut.fi)
Otto Esko 2010 (otto.esko-no.spam-tut.fi)
Note
rating: red

Definition in file ImplementationTester.hh.

Enumeration Type Documentation

◆ VhdlSim

enum VhdlSim
Enumerator
SIM_GHDL 
SIM_MODELSIM 

Definition at line 47 of file ImplementationTester.hh.

47  {
48  SIM_GHDL,
50 };
SIM_GHDL
@ SIM_GHDL
Definition: ImplementationTester.hh:48
SIM_MODELSIM
@ SIM_MODELSIM
Definition: ImplementationTester.hh:49