Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/src/Register_unit_allocation.cpp

    r81 r82  
    2929    log_printf(FUNC,Register_unit,FUNCTION,"Begin");
    3030
    31     _component   = new Component ();
     31    _component   = new Component (_usage);
    3232
    3333    Entity * entity = _component->set_entity (_name       
     
    270270#endif
    271271           ,_param->_param_gpr [i]
     272           ,_usage
    272273           );
    273274         
     
    290291#endif
    291292           ,_param->_param_gpr_status [i]
     293           ,_usage
    292294           );
    293295
     
    310312#endif
    311313           ,_param->_param_spr [i]
     314           ,_usage
    312315           );
    313316
     
    329332#endif
    330333           ,_param->_param_spr_status [i]
     334           ,_usage
    331335           );
    332336
     
    350354#endif
    351355       ,_param->_param_glue
     356       ,_usage
    352357       );
    353358
Note: See TracChangeset for help on using the changeset viewer.