source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/SelfTest/include/test.h @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 780 bytes
Line 
1/*
2 * $Id: test.h 81 2008-04-15 18:40:01Z rosiere $
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#include <sys/time.h>
16
17#include "Common/include/Time.h"
18#include "Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/include/Prediction_unit.h"
19
20using namespace std;
21using namespace morpheo;
22using namespace morpheo::behavioural;
23using namespace morpheo::behavioural::core;
24using namespace morpheo::behavioural::core::multi_front_end;
25using namespace morpheo::behavioural::core::multi_front_end::front_end;
26
27using namespace morpheo::behavioural::core::multi_front_end::front_end::prediction_unit;
28
29void test    (string name,
30              morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::Parameters * param);
Note: See TracBrowser for help on using the repository browser.