source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Sort/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: 533 bytes
Line 
1/*
2 * $Id: test.h 81 2008-04-15 18:40:01Z 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#include <sys/time.h>
16
17#include "Common/include/Time.h"
18#include "Behavioural/Generic/Sort/include/Sort.h"
19
20using namespace std;
21using namespace morpheo;
22using namespace morpheo::behavioural;
23using namespace morpheo::behavioural::generic;
24
25using namespace morpheo::behavioural::generic::sort;
26
27void test    (string name,
28              morpheo::behavioural::generic::sort::Parameters * param);
Note: See TracBrowser for help on using the repository browser.