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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 581 bytes
Line 
1/*
2 * $Id: test.h 81 2008-04-15 18:40:01Z rosiere $
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.