source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/SelfTest/include/test.h @ 87

Last change on this file since 87 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
RevLine 
[2]1/*
2 * $Id$
3 *
[73]4 * [ Description ]
[2]5 *
6 * Test "RegisterFile"
7 */
8
9#ifdef SYSTEMC
10#include "systemc.h"
11#endif
12
[83]13#define NB_ITERATION  1
14#define CYCLE_MAX     (1024*NB_ITERATION)
[2]15
[83]16#include "Common/include/Test.h"
[71]17#include "Common/include/Time.h"
[2]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,
[50]27              morpheo::behavioural::@NAMESPACE_USE::Parameters * param);
Note: See TracBrowser for help on using the repository browser.