#ifdef VHDL /* * $Id: Sort_vhdl_body.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Sort/include/Sort.h" namespace morpheo { namespace behavioural { namespace generic { namespace sort { #undef FUNCTION #define FUNCTION "Sort::vhdl_body" void Sort::vhdl_body (Vhdl * & vhdl) { log_printf(FUNC,Sort,FUNCTION,"Begin"); vhdl->set_body (""); log_printf(FUNC,Sort,FUNCTION,"End"); }; }; // end namespace sort }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif