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

Last change on this file since 57 was 57, checked in by rosiere, 17 years ago
  • VHDL - RegisterFile_Multi_Banked (only partial_crossbar)
  • SystemC - modif Component, interface and co -> ajout du type Tusage_T pour instancier un coposant mais ne demander que le VHDL ou le systemC.
  • Séminaire interne
File size: 624 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.