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