#ifdef VHDL /* * $Id: Dcache_Access_vhdl_body.cpp 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * */ #include "Behavioural/Core/Dcache_Access/include/Dcache_Access.h" namespace morpheo { namespace behavioural { namespace core { namespace dcache_access { #undef FUNCTION #define FUNCTION "Dcache_Access::vhdl_body" void Dcache_Access::vhdl_body (Vhdl * & vhdl) { log_begin(Dcache_Access,FUNCTION); vhdl->set_body (""); log_end(Dcache_Access,FUNCTION); }; }; // end namespace dcache_access }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo #endif