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

    r112 r145  
    2424    log_begin(Morpheo,FUNCTION);
    2525
     26    // _function_pointer = new behavioural::Function_pointer();
     27
    2628    _component = new behavioural::Component (_usage);
    2729
     
    136138#endif
    137139         ,_param_core
    138          ,_usage);
     140         ,_usage
     141         // ,_function_pointer
     142         );
    139143     
    140144      _component->set_component (_component_core->_component
Note: See TracChangeset for help on using the changeset viewer.