OpenASIP
2.0
|
#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"
Go to the source code of this file.
Macros | |
#define | STIMULUS_PER_OP 10 |
#define | INDENT " " |
Implementation of FUTestbenchGenerator class.
Definition in file FUTestbenchGenerator.cc.
#define INDENT " " |
Definition at line 65 of file FUTestbenchGenerator.cc.
#define STIMULUS_PER_OP 10 |
Definition at line 64 of file FUTestbenchGenerator.cc.