#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/Generic/RegisterFile_Multi_Banked/include/RegisterFile_Multi_Banked.h" namespace morpheo { namespace behavioural { namespace generic { namespace registerfile_multi_banked { void RegisterFile_Multi_Banked::vhdl_declaration (Vhdl & vhdl) { log_printf(FUNC,RegisterFile_Multi_Banked,"vhdl_declaration","Begin"); log_printf(FUNC,RegisterFile_Multi_Banked,"vhdl_declaration","End"); }; }; // end namespace registerfile_multi_banked }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif