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

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

Add new component : Read_unit (no tested)
Change functionnal_unit : now use type and operation to execute the good function
Change New_Component's script

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.