Ignore:
Timestamp:
Dec 19, 2007, 7:08:24 PM (16 years ago)
Author:
rosiere
Message:

Petit bug entre sur le vhdl et la compatibilite systemC/vhdl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/src/Reservation_station_transition.cpp

    r69 r70  
    8989                //uint32_t index = (*_queue_control)[i];
    9090
    91                 log_printf(TRACE,Reservation_station,FUNCTION,"POP  [%d]",i);
     91                log_printf(NONE,Reservation_station,FUNCTION,"POP  [%d]",i);
    9292
    9393                uint32_t index  = internal_RETIRE_SLOT[i];
     
    9898                _queue_control->pop(index);
    9999#endif
    100                 log_printf(TRACE,Reservation_station,FUNCTION," * index         : %d",index);
    101 //              dump_queue();
     100//              cout << "========== Transition : " << endl
     101//                   << " * i           : " << i << endl
     102//                   << " * index       : " << index << endl;
     103
     104                log_printf(NONE,Reservation_station,FUNCTION," * index         : %d",index);
    102105              }
    103106          }
     107       
     108//      dump_queue();
    104109
    105110        // ***** Bypass
Note: See TracChangeset for help on using the changeset viewer.