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/src/Core.cpp

    r123 r145  
    2525   morpheo::behavioural::Parameters_Statistics * param_statistics,
    2626#endif
    27    morpheo::behavioural::core::Parameters * param,
    28    morpheo::behavioural::Tusage_t usage
     27   Parameters * param,
     28   morpheo::behavioural::Tusage_t           usage// ,
     29   // morpheo::behavioural::Function_pointer * function_pointer
    2930   ):
    3031    _name              (name)
     
    4849                param_statistics
    4950#endif
     51                // function_pointer
    5052                );
    5153
     
    7274    if (usage_is_set(_usage,USE_SYSTEMC))
    7375      {
     76
     77        // if (function_pointer==NULL)
     78        //   {
    7479        log_printf(INFO,Core,FUNCTION,_("<%s> Method - transition"),_name.c_str());
    7580
     
    7782        dont_initialize ();
    7883        sensitive << (*(in_CLOCK)).pos();
    79        
     84
    8085# ifdef SYSTEMCASS_SPECIFIC
    8186        // List dependency information
    8287# endif   
     88        //   }
     89        // else
     90        //   {
     91        //     function_pointer->transition_add(static_cast<f_t>(&morpheo::behavioural::core::Core::transition));
     92        //   }
     93
    8394      }
    8495#endif
Note: See TracChangeset for help on using the changeset viewer.