OpenASIP  2.0
Macros
FUTestbenchGenerator.cc File Reference
#include <string>
#include <sstream>
#include <vector>
#include <boost/random.hpp>
#include <boost/nondet_random.hpp>
#include <ctime>
#include <stdint.h>
#include "HDBManager.hh"
#include "FUEntry.hh"
#include "TestbenchGenerator.hh"
#include "FUTestbenchGenerator.hh"
#include "FUArchitecture.hh"
#include "FunctionUnit.hh"
#include "Machine.hh"
#include "MachineState.hh"
#include "MachineStateBuilder.hh"
#include "MemorySystem.hh"
#include "OutputPortState.hh"
#include "InputPortState.hh"
#include "FUPortImplementation.hh"
#include "FUImplementation.hh"
#include "HWOperation.hh"
#include "StringTools.hh"
#include "Conversion.hh"
Include dependency graph for FUTestbenchGenerator.cc:

Go to the source code of this file.

Macros

#define STIMULUS_PER_OP   10
 
#define INDENT   " "
 

Detailed Description

Implementation of FUTestbenchGenerator class.

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 FUTestbenchGenerator.cc.

Macro Definition Documentation

◆ INDENT

#define INDENT   " "

Definition at line 65 of file FUTestbenchGenerator.cc.

◆ STIMULUS_PER_OP

#define STIMULUS_PER_OP   10

Definition at line 64 of file FUTestbenchGenerator.cc.