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

    r117 r120  
    411411          uint32_t x = 0;
    412412          for (uint32_t j=0; j<_param->_nb_front_end; j++)
    413             if (i == *it)
     413            if (j == *it)
    414414              {
    415415                // this front end is link with this rename_unit
     
    486486                    if (_param->_have_port_front_end_id)
    487487                    COMPONENT_MAP(_component,src , "in_RENAME_IN_"+toString(x)+"_"+toString(k)+            "_FRONT_END_ID" ,
    488                                              dest, "in_RENAME_"   +toString(j)+"_"+toString(k)+"_RENAME_UNIT_FRONT_END_ID" );
     488                                             dest,"out_RENAME_"   +toString(j)+"_"+toString(k)+"_RENAME_UNIT_FRONT_END_ID" );
    489489                  }
    490490
     
    658658          uint32_t x = 0;
    659659          for (uint32_t j=0; j<_param->_nb_front_end; j++)
    660             if (i == (*it))
     660            if (j == (*it))
    661661              {
    662662                for (uint32_t k=0; k<_param->_nb_context[i]; k++)
     
    685685          uint32_t x = 0;
    686686          for (uint32_t j=0; j<_param->_nb_front_end; j++)
    687             if (i == *it)
     687            if (j == *it)
    688688              {
    689689                for (uint32_t k=0; k<_param->_nb_context[j]; k++)
Note: See TracChangeset for help on using the changeset viewer.