#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/include/Meta_Predictor.h" namespace morpheo { namespace behavioural { namespace stage_1_ifetch { namespace predictor { namespace meta_predictor { void Meta_Predictor::vhdl_body (Vhdl * & vhdl) { log_printf(FUNC,Meta_Predictor,"vhdl_body","Begin"); log_printf(FUNC,Meta_Predictor,"vhdl_body","End"); }; }; // end namespace meta_predictor }; // end namespace predictor }; // end namespace stage_1_ifetch }; // end namespace behavioural }; // end namespace morpheo #endif