source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Queue/SelfTest/include/test.h @ 100

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

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

  • Property svn:keywords set to Id
File size: 537 bytes
Line 
1/*
2 * $Id: test.h 100 2009-01-08 13:06:27Z 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 "Behavioural/Generic/Queue/include/Queue.h"
18#include "Common/include/Time.h"
19
20using namespace std;
21using namespace morpheo;
22using namespace morpheo::behavioural;
23using namespace morpheo::behavioural::generic;
24
25using namespace morpheo::behavioural::generic::queue;
26
27void test    (string name,
28              morpheo::behavioural::generic::queue::Parameters * param);
Note: See TracBrowser for help on using the repository browser.