source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/SelfTest/include/test.h @ 15

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

Interface normalisé
Début du banc de registres multi niveaux

File size: 622 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
16#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
17
18using namespace std;
19using namespace morpheo;
20using namespace morpheo::behavioural;
21using namespace morpheo::behavioural::generic;
22using namespace morpheo::behavioural::generic::select;
23
24using namespace morpheo::behavioural::generic::select::select_priority_fixed;
25
26void test    (string name,
27              morpheo::behavioural::generic::select::select_priority_fixed::Parameters param);
Note: See TracBrowser for help on using the repository browser.