source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/Victim_Pseudo_LRU/SelfTest/include/test.h @ 11

Last change on this file since 11 was 10, checked in by rosiere, 18 years ago
File size: 576 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/Victim/Pseudo_LRU/include/Pseudo_LRU.h"
17
18using namespace std;
19using namespace morpheo;
20using namespace morpheo::behavioural;
21using namespace morpheo::behavioural::generic;
22using namespace morpheo::behavioural::generic::victim;
23
24using namespace morpheo::behavioural::generic::victim::pseudo_lru;
25
26void test   (string name,
27             morpheo::behavioural::generic::victim::pseudo_lru::Parameters param);
Note: See TracBrowser for help on using the repository browser.