source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/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 ...)

File size: 547 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#define NB_ITERATION  1
14#define CYCLE_MAX     (1024*NB_ITERATION)
15
16#include "Common/include/Test.h"
17#include "Common/include/Time.h"
18#include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
19
20using namespace std;
21using namespace morpheo;
22using namespace morpheo::behavioural;
23@NAMESPACE_USING
24using namespace morpheo::behavioural::@NAMESPACE_USE;
25
26void test    (string name,
27              morpheo::behavioural::@NAMESPACE_USE::Parameters * param);
Note: See TracBrowser for help on using the repository browser.