Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/OOO_Engine_Glue/src/OOO_Engine_Glue_genMealy_rename.cpp

    r88 r120  
    2424    log_function(OOO_Engine_Glue,FUNCTION,_name.c_str());
    2525
    26     for (uint32_t i=0; i<_param->_nb_rename_unit; ++i)
     26    for (uint32_t i=0; i<_param->_nb_front_end; ++i)
    2727      for (uint32_t j=0; j<_param->_nb_inst_decod[i]; ++j)
    28         // if have not front_end_id port, this function is not use
    29         PORT_WRITE(out_RENAME_RENAME_UNIT_FRONT_END_ID [i][j],_param->_translate_front_end_id_to_rename_unit [PORT_READ(in_RENAME_FRONT_END_ID [i][j])]);
    30    
     28        {
     29          // if have not front_end_id port, this function is not use
     30          PORT_WRITE(out_RENAME_RENAME_UNIT_FRONT_END_ID [i][j],_param->_translate_front_end_id_to_rename_unit [PORT_READ(in_RENAME_FRONT_END_ID [i][j])]);
     31        }
     32
    3133    log_end(OOO_Engine_Glue,FUNCTION);
    3234  };
Note: See TracChangeset for help on using the changeset viewer.