Ignore:
Timestamp:
Oct 13, 2010, 8:15:51 PM (14 years ago)
Author:
rosiere
Message:

1) add test with SPECINT2K
2) new config of Selftest
3) modif RAT to support multiple depth_save ... but not finish (need fix Update Prediction Table)
4) add Function_pointer but need fix

File:
1 edited

Legend:

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

    r88 r145  
    3131#endif
    3232#include "Behavioural/include/Usage.h"
     33// #include "Behavioural/include/Function_pointer.h"
    3334
    3435#include "Common/include/ToString.h"
     
    131132#endif
    132133   Parameters                                  * param,
    133    morpheo::behavioural::Tusage_t                usage
     134   morpheo::behavioural::Tusage_t                usage// ,
     135   // morpheo::behavioural::Function_pointer      * function_pointer
    134136   );
    135137  public  :          ~Core             (void);
     
    140142                                                   morpheo::behavioural::Parameters_Statistics * param_statistics
    141143#else
    142                                                    void
     144                                                   void
    143145#endif
     146
     147// #ifdef STATISTICS
     148//                                                 morpheo::behavioural::Parameters_Statistics * param_statistics,
     149// #endif
     150//                                                    morpheo::behavioural::Function_pointer      * function_pointer
    144151                                                   );
    145152  private : void        deallocation              (void);
Note: See TracChangeset for help on using the changeset viewer.