Ignore:
Timestamp:
Aug 4, 2010, 10:09:03 PM (14 years ago)
Author:
rosiere
Message:

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/src/Victim_allocation.cpp

    r131 r142  
    6161      case VICTIM_PSEUDO_LRU  :
    6262        {
    63           std::cout << "Create   : " << _name << std::endl;
     63          log_printf(INFO,Victim,FUNCTION,_("Create   : %s"),_name.c_str());
    6464
    6565          _component_victim_pseudo_lru = new morpheo::behavioural::generic::victim::victim_pseudo_lru::Victim_Pseudo_LRU
     
    7979    // ~~~~~[ Instanciation ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    8080
    81     std::cout << "Instance : " << _name << std::endl;
     81    log_printf(INFO,Victim,FUNCTION,_("Instance : %s"),_name.c_str());
    8282
    8383    switch (_param->_victim_scheme)
Note: See TracChangeset for help on using the changeset viewer.