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

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

1) Update Prediction Table - New architecture (systemC) done (and tested) -> need change interface in top level
2) Change documentation on VHDL generation
3) Change VHDL constant (case std_logic and std_logic_vector)

  • Property svn:keywords set to Id
File size: 614 bytes
Line 
1/*
2 * $Id: test.h 95 2008-12-16 16:24:26Z 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#include "Common/include/Time.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::victim_pseudo_lru;
25
26void test   (string name,
27             morpheo::behavioural::generic::victim::victim_pseudo_lru::Parameters param);
Note: See TracBrowser for help on using the repository browser.