/* * $Id$ * * [ Description ] * */ #include "Behavioural/Generic/Select/Priority_Fixed/include/Priority_Fixed.h" namespace morpheo { namespace behavioural { namespace generic { namespace select { namespace priority_fixed { void Priority_Fixed::vhdl_testbench_label (string label) { log_printf(FUNC,Priority_Fixed,"vhdl_testbench_label","Begin"); #ifdef VHDL_TESTBENCH _vhdl_testbench->add_label(label); #endif log_printf(FUNC,Priority_Fixed,"vhdl_testbench_label","End"); }; }; // end namespace priority_fixed }; // end namespace select }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo