#ifdef VHDL_TESTBENCH /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Vhdl_Testbench.h" namespace morpheo { namespace behavioural { // Vhdl_Testbench::Vhdl_Testbench (string name , // bool exhaustive ): // _name (name ), // _exhaustive (exhaustive ) // { // _vhdl = new Vhdl (_name + "_Testbench"); // _size_input = 0; // _size_output = 0; // _num_cycle = 0; // }; // Vhdl_Testbench::~Vhdl_Testbench () // { // delete _vhdl; // }; }; // end namespace behavioural }; // end namespace morpheo #endif