source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/SelfTest/include/test.h @ 4

Last change on this file since 4 was 4, checked in by rosiere, 17 years ago
File size: 789 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 * Test "RegisterFile"
7 */
8
9#ifdef SYSTEMC
10#include "systemc.h"
11#endif
12
13#include <string>
14#include <iostream>
15
16#include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/include/Meta_Predictor_Glue.h"
17
18using namespace std;
19using namespace morpheo;
20using namespace morpheo::behavioural;
21using namespace morpheo::behavioural::stage_1_ifetch;
22using namespace morpheo::behavioural::stage_1_ifetch::predictor;
23using namespace morpheo::behavioural::stage_1_ifetch::predictor::meta_predictor;
24
25using namespace morpheo::behavioural::stage_1_ifetch::predictor::meta_predictor::meta_predictor_glue;
26
27void test    (string name,
28              morpheo::behavioural::stage_1_ifetch::predictor::meta_predictor::meta_predictor_glue::Parameters param);
Note: See TracBrowser for help on using the repository browser.