Ignore:
Timestamp:
May 9, 2008, 8:00:21 PM (16 years ago)
Author:
rosiere
Message:

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/SelfTest/include/test.h

    r82 r83  
    1111#endif
    1212
     13#define NB_ITERATION  1
     14#define CYCLE_MAX     (1024*NB_ITERATION)
     15
     16#include "Common/include/Test.h"
     17#include "Common/include/Time.h"
     18#include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
     19
    1320#include <string>
    1421#include <iostream>
    1522#include <sys/time.h>
    16 
    17 #include "Common/include/Time.h"
    18 #include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
    1923
    2024using namespace std;
Note: See TracChangeset for help on using the changeset viewer.