source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/Victim_Pseudo_LRU/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: 581 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#ifdef SYSTEMC
9#include "systemc.h"
10#endif
11
12#include <string>
13#include <iostream>
14
15#include "Behavioural/Generic/Victim/Victim_Pseudo_LRU/include/Victim_Pseudo_LRU.h"
16
17using namespace std;
18using namespace morpheo;
19using namespace morpheo::behavioural;
20using namespace morpheo::behavioural::generic;
21using namespace morpheo::behavioural::generic::victim;
22
23using namespace morpheo::behavioural::generic::victim::victim_pseudo_lru;
24
25void test   (string name,
26             morpheo::behavioural::generic::victim::victim_pseudo_lru::Parameters param);
Note: See TracBrowser for help on using the repository browser.