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

Last change on this file since 97 was 97, checked in by rosiere, 16 years ago

1) Update Prediction Table : statistics
2) Size instruction address on 30 bits
3) Change Log File
4) Add debug_level in simulation configuration file

  • Property svn:keywords set to Id
File size: 657 bytes
Line 
1/*
2 * $Id: test.h 97 2008-12-19 15:34:00Z rosiere $
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#include "Common/include/Time.h"
18
19using namespace std;
20using namespace morpheo;
21using namespace morpheo::behavioural;
22using namespace morpheo::behavioural::generic;
23using namespace morpheo::behavioural::generic::select;
24
25using namespace morpheo::behavioural::generic::select::select_priority_fixed;
26
27void test    (string name,
28              morpheo::behavioural::generic::select::select_priority_fixed::Parameters * param);
Note: See TracBrowser for help on using the repository browser.