source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Reexecute_unit/SelfTest/include/test.h @ 88

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

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 825 bytes
Line 
1/*
2 * $Id: test.h 88 2008-12-10 18:31:39Z rosiere $
3 *
4 * [ Description ]
5 *
6 * Test "RegisterFile"
7 */
8
9#ifdef SYSTEMC
10#include "systemc.h"
11#endif
12
13#define NB_ITERATION  32
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_OOO_Engine/OOO_Engine/Reexecute_unit/include/Reexecute_unit.h"
19
20using namespace std;
21using namespace morpheo;
22using namespace morpheo::behavioural;
23using namespace morpheo::behavioural::core;
24using namespace morpheo::behavioural::core::multi_ooo_engine;
25using namespace morpheo::behavioural::core::multi_ooo_engine::ooo_engine;
26
27using namespace morpheo::behavioural::core::multi_ooo_engine::ooo_engine::reexecute_unit;
28
29void test    (string name,
30              morpheo::behavioural::core::multi_ooo_engine::ooo_engine::reexecute_unit::Parameters * param);
Note: See TracBrowser for help on using the repository browser.