source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/SelfTest/include/test.h @ 71

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

Modification of Statisctics
Add a new systemC component : Load_Store_Queue (tested with one benchmark and one configuration). Store don't supported the Data Buss Error (Load is supported)

File size: 508 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#include <string>
14#include <iostream>
15#include <sys/time.h>
16
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.