/* * $Id$ * * [ Description ] * * Test "RegisterFile" */ #ifdef SYSTEMC #include "systemc.h" #endif #include #include #include #include "Common/include/Time.h" #include "Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table/include/Update_Prediction_Table.h" using namespace std; using namespace morpheo; using namespace morpheo::behavioural; using namespace morpheo::behavioural::core; using namespace morpheo::behavioural::core::multi_front_end; using namespace morpheo::behavioural::core::multi_front_end::front_end; using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit; using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::update_prediction_table; void test (string name, morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::update_prediction_table::Parameters * param);