/* * $Id$ * * [ Description ] * */ #include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/include/Meta_Predictor_Glue.h" namespace morpheo { namespace behavioural { namespace stage_1_ifetch { namespace predictor { namespace meta_predictor { namespace meta_predictor_glue { void Meta_Predictor_Glue::vhdl_testbench_label (string label) { log_printf(FUNC,Meta_Predictor_Glue,"vhdl_testbench_label","Begin"); #ifdef VHDL_TESTBENCH _vhdl_testbench->add_label(label); #endif log_printf(FUNC,Meta_Predictor_Glue,"vhdl_testbench_label","End"); }; }; // end namespace meta_predictor_glue }; // end namespace meta_predictor }; // end namespace predictor }; // end namespace stage_1_ifetch }; // end namespace behavioural }; // end namespace morpheo