Ignore:
Timestamp:
Jun 26, 2009, 10:43:23 AM (15 years ago)
Author:
rosiere
Message:

1) Correct bug in link two signal
2) Fix error detected with valgrind
3) modif distexe script

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src
Files:
2 edited

Legend:

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

    r112 r128  
    144144        DELETE1(_param->_size_load_queue                        ,_param->_nb_load_store_unit);
    145145        DELETE1(_param->_size_store_queue                       ,_param->_nb_load_store_unit);
     146        DELETE1(_param->_write_queue_scheme                     ,_param->_nb_write_bloc);
    146147        DELETE1(_param->_nb_bypass_write                        ,_param->_nb_write_bloc);
    147148        DELETE1(_param->_size_execute_queue                     ,_param->_nb_write_bloc);
     
    150151        DELETE1(_param->_size_reservation_station               ,_param->_nb_read_bloc);
    151152        DELETE1(_param->_size_read_queue                        ,_param->_nb_read_bloc);
    152 //         DELETE1(_param->_size_read_counter                      ,_param->_nb_rename_bloc);
     153//      DELETE1(_param->_size_read_counter                      ,_param->_nb_rename_bloc);
    153154        DELETE1(_param->_nb_rename_unit_bank                    ,_param->_nb_rename_bloc);
    154155        DELETE1(_param->_nb_reg_free                            ,_param->_nb_rename_bloc);
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Parameter_definition_test.cpp

    r88 r128  
    5656   
    5757    delete tree;
    58    
     58    delete operand;
     59
    5960    log_end(Configuration,FUNCTION);
    6061  };
Note: See TracChangeset for help on using the changeset viewer.