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

Last change on this file since 83 was 83, checked in by rosiere, 16 years ago

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

  • Property svn:keywords set to Id
File size: 872 bytes
Line 
1/*
2 * $Id: test.h 83 2008-05-09 18:00:21Z rosiere $
3 *
4 * [ Description ]
5 *
6 * Test "RegisterFile"
7 */
8
9#ifdef SYSTEMC
10#include "systemc.h"
11#endif
12
13#define NB_ITERATION  8
14#define CYCLE_MAX     (1024*NB_ITERATION)
15
16#include "Common/include/Test.h"
17#include "Common/include/Time.h"
18#include "Behavioural/Core/Multi_Front_end/Front_end/Context_State/include/Context_State.h"
19
20#include <string>
21#include <iostream>
22#include <sys/time.h>
23
24using namespace std;
25using namespace morpheo;
26using namespace morpheo::behavioural;
27using namespace morpheo::behavioural::core;
28using namespace morpheo::behavioural::core::multi_front_end;
29using namespace morpheo::behavioural::core::multi_front_end::front_end;
30
31using namespace morpheo::behavioural::core::multi_front_end::front_end::context_state;
32
33void test    (string name,
34              morpheo::behavioural::core::multi_front_end::front_end::context_state::Parameters * param);
Note: See TracBrowser for help on using the repository browser.