/* * $Id: test.h 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * * Test "RegisterFile" */ #ifdef SYSTEMC #include "systemc.h" #endif #include #include #include "Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/Branch_History_Table/include/Branch_History_Table.h" using namespace std; using namespace morpheo; using namespace morpheo::behavioural; using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::direction; using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::direction::meta_predictor; using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::direction::meta_predictor::two_level_branch_predictor; using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::direction::meta_predictor::two_level_branch_predictor::branch_history_table; void test (string name, morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::direction::meta_predictor::two_level_branch_predictor::branch_history_table::Parameters param);