source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest/include/test.h @ 131

Last change on this file since 131 was 131, checked in by rosiere, 15 years ago

1) add constant method
2) test with systemc 2.2.0

  • Property svn:keywords set to Id
File size: 900 bytes
Line 
1/*
2 * $Id: test.h 131 2009-07-08 18:40:08Z 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#define NB_ITERATION  128
18#define CYCLE_MAX     (128*NB_ITERATION)
19
20#include "Common/include/Time.h"
21#include "Common/include/Test.h"
22#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/include/Register_unit.h"
23
24using namespace std;
25using namespace morpheo;
26using namespace morpheo::behavioural;
27using namespace morpheo::behavioural::core;
28using namespace morpheo::behavioural::core::multi_execute_loop;
29using namespace morpheo::behavioural::core::multi_execute_loop::execute_loop;
30
31using namespace morpheo::behavioural::core::multi_execute_loop::execute_loop::register_unit;
32
33void test    (string name,
34              morpheo::behavioural::core::multi_execute_loop::execute_loop::register_unit::Parameters * param);
Note: See TracBrowser for help on using the repository browser.