#ifdef VHDL_TESTBENCH /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Vhdl_Testbench.h" #include using namespace std; namespace morpheo { namespace behavioural { void Vhdl_Testbench::add_label (string label) { _list_label.push_back(label_t(_num_cycle,label)); }; }; // end namespace behavioural }; // end namespace morpheo #endif