#ifdef VHDL /* * $Id: Select_Priority_Fixed_vhdl_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h" namespace morpheo { namespace behavioural { namespace generic { namespace select { namespace select_priority_fixed { void Select_Priority_Fixed::vhdl_declaration (Vhdl * & vhdl) { log_printf(FUNC,Select_Priority_Fixed,"vhdl_declaration","Begin"); vhdl->set_signal("internal_entity",_param->_size_entity+1); log_printf(FUNC,Select_Priority_Fixed,"vhdl_declaration","End"); }; }; // end namespace select_priority_fixed }; // end namespace select }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif