Ignore:
Timestamp:
Jul 17, 2009, 10:59:05 AM (15 years ago)
Author:
rosiere
Message:

1) Add Vhdl component
2) Inhib VHDL Seltest interface

File:
1 edited

Legend:

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

    r123 r135  
    277277      {
    278278        name = _name+"_rename_unit_"+toString(i);
    279         log_printf(TRACE,OOO_Engine,FUNCTION,_("Create   : %s"),name.c_str());
     279        log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Create   : %s"),_name.c_str(),name.c_str());
    280280       
    281281        _component_rename_unit [i] = new morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::Rename_unit
     
    296296    {
    297297      name = _name+"_commit_unit";
    298       log_printf(TRACE,OOO_Engine,FUNCTION,_("Create   : %s"),name.c_str());
     298      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Create   : %s"),_name.c_str(),name.c_str());
    299299     
    300300      _component_commit_unit = new morpheo::behavioural::core::multi_ooo_engine::ooo_engine::commit_unit::Commit_unit
     
    315315    {
    316316      name = _name+"_issue_queue";
    317       log_printf(TRACE,OOO_Engine,FUNCTION,_("Create   : %s"),name.c_str());
     317      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Create   : %s"),_name.c_str(),name.c_str());
    318318     
    319319      _component_issue_queue = new morpheo::behavioural::core::multi_ooo_engine::ooo_engine::issue_queue::Issue_queue
     
    334334    {
    335335      name = _name+"_reexecute_unit";
    336       log_printf(TRACE,OOO_Engine,FUNCTION,_("Create   : %s"),name.c_str());
     336      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Create   : %s"),_name.c_str(),name.c_str());
    337337     
    338338      _component_reexecute_unit = new morpheo::behavioural::core::multi_ooo_engine::ooo_engine::reexecute_unit::Reexecute_unit
     
    353353    {
    354354      name = _name+"_special_register_unit";
    355       log_printf(TRACE,OOO_Engine,FUNCTION,_("Create   : %s"),name.c_str());
     355      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Create   : %s"),_name.c_str(),name.c_str());
    356356     
    357357      _component_special_register_unit = new morpheo::behavioural::core::multi_ooo_engine::ooo_engine::special_register_unit::Special_Register_unit
     
    372372    {
    373373      name = _name+"_glue";
    374       log_printf(TRACE,OOO_Engine,FUNCTION,_("Create   : %s"),name.c_str());
     374      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Create   : %s"),_name.c_str(),name.c_str());
    375375     
    376376      _component_glue = new morpheo::behavioural::core::multi_ooo_engine::ooo_engine::ooo_engine_glue::OOO_Engine_Glue
     
    398398      {
    399399        src = _name+"_rename_unit_"+toString(i);
    400         log_printf(TRACE,OOO_Engine,FUNCTION,_("Instance : %s"),name.c_str());
     400        log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Instance : %s"),_name.c_str(),src.c_str());
    401401       
    402402        {
     
    746746    {
    747747      src = _name+"_commit_unit";
    748       log_printf(TRACE,OOO_Engine,FUNCTION,_("Instance : %s"),name.c_str());
     748      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Instance : %s"),_name.c_str(),src.c_str());
    749749           
    750750      {
     
    11471147    {
    11481148      src = _name+"_issue_queue";
    1149       log_printf(TRACE,OOO_Engine,FUNCTION,_("Instance : %s"),name.c_str());
     1149      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Instance : %s"),_name.c_str(),src.c_str());
    11501150           
    11511151      {
     
    13521352    {
    13531353      src = _name+"_reexecute_unit";
    1354       log_printf(TRACE,OOO_Engine,FUNCTION,_("Instance : %s"),name.c_str());
     1354      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Instance : %s"),_name.c_str(),src.c_str());
    13551355           
    13561356      {
     
    14901490    {
    14911491      src = _name+"_special_register_unit";
    1492       log_printf(TRACE,OOO_Engine,FUNCTION,_("Instance : %s"),name.c_str());
     1492      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Instance : %s"),_name.c_str(),src.c_str());
    14931493           
    14941494      {
     
    15711571    {
    15721572      src = _name+"_glue";
    1573       log_printf(TRACE,OOO_Engine,FUNCTION,_("Instance : %s"),name.c_str());
     1573      log_printf(TRACE,OOO_Engine,FUNCTION,_("<%s> : Instance : %s"),_name.c_str(),src.c_str());
    15741574           
    15751575      {
Note: See TracChangeset for help on using the changeset viewer.