Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

File:
1 edited

Legend:

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

    r122 r123  
    5959    // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    6060
    61     delete    _component_glue;
    62     delete    _component_dcache_access;
    63     delete    _component_icache_access;
    64     for (uint32_t i=0; i<_param->_nb_execute_loop; ++i)
    65     delete    _component_execute_loop [i];
    66     delete [] _component_execute_loop;
    67     for (uint32_t i=0; i<_param->_nb_ooo_engine; ++i)
    68     delete    _component_ooo_engine [i];
    69     delete [] _component_ooo_engine;
    70     for (uint32_t i=0; i<_param->_nb_front_end; ++i)
    71     delete    _component_front_end [i];
    72     delete [] _component_front_end;
     61    delete _component;
    7362
    74     delete _component;
     63//     delete    _component_glue;
     64//     delete    _component_dcache_access;
     65//     delete    _component_icache_access;
     66//     for (uint32_t i=0; i<_param->_nb_execute_loop; ++i)
     67//     delete    _component_execute_loop [i];
     68//     delete [] _component_execute_loop;
     69//     for (uint32_t i=0; i<_param->_nb_ooo_engine; ++i)
     70//     delete    _component_ooo_engine [i];
     71//     delete [] _component_ooo_engine;
     72//     for (uint32_t i=0; i<_param->_nb_front_end; ++i)
     73//     delete    _component_front_end [i];
     74//     delete [] _component_front_end;
    7575
    7676    log_end(Core,FUNCTION);
Note: See TracChangeset for help on using the changeset viewer.