Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/include
Files:
2 edited

Legend:

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

    • Property svn:keywords deleted
    r81 r82  
    1313#endif
    1414
    15 #include <iostream>
    16 #include "Common/include/ToString.h"
    17 #include "Common/include/Debug.h"
     15#include "Behavioural/@DIRECTORY/include/Parameters.h"
    1816#include "Behavioural/include/Types.h"
    1917
    20 #include "Behavioural/@DIRECTORY/include/Parameters.h"
    2118#ifdef STATISTICS
    2219#include "Behavioural/include/Stat.h"
     
    2724#endif
    2825#include "Behavioural/include/Usage.h"
     26
     27#include "Common/include/ToString.h"
     28#include "Common/include/Debug.h"
     29
     30#include <iostream>
    2931
    3032namespace morpheo {
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/include/Parameters.h

    • Property svn:keywords deleted
    r81 r82  
    99 */
    1010
     11#include "Behavioural/include/Parameters.h"
    1112#include "Common/include/Debug.h"
    12 #include "Behavioural/include/Parameters.h"
    1313
    1414namespace morpheo {
Note: See TracChangeset for help on using the changeset viewer.