#ifdef VHDL /* * $Id: Divider_vhdl_body.cpp 112 2009-03-18 22:36:26Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Divider/include/Divider.h" namespace morpheo { namespace behavioural { namespace generic { namespace divider { #undef FUNCTION #define FUNCTION "Divider::vhdl_body" void Divider::vhdl_body (Vhdl * & vhdl) { log_begin(Divider,FUNCTION); vhdl->set_body (""); log_end(Divider,FUNCTION); }; }; // end namespace divider }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif