Ignore:
Timestamp:
Feb 1, 2011, 9:57:54 PM (13 years ago)
Author:
rosiere
Message:

1) Integration of RegisterFile_Internal_Banked in RegisterFile?
2) Erase "read_write" interface in RegisterFile_Monolithic component
3) Add smith predictor parameters in Load_store_pointer_unit.
4) Fix not statistics flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Configuration.cpp

    r138 r146  
    8282      std::cout << header();
    8383
     84#ifdef STATISTICS
    8485    //--------------------------------------------------
    8586    // Parameters_Statistics
     
    8788    _param_statistics = new Parameters_Statistics (fromString<uint64_t>(_simulator->getParam("statistics_cycle_start")),
    8889                                                   fromString<uint64_t>(_simulator->getParam("statistics_period")));
     90#endif
    8991
    9092    //--------------------------------------------------
     
    133135    delete _instance;
    134136//  simulation_destroy();
     137#ifdef STATISTICS
    135138    delete _param_statistics;
     139#endif
    136140
    137141    log_end(Configuration,FUNCTION);
Note: See TracChangeset for help on using the changeset viewer.