Ignore:
Timestamp:
May 25, 2009, 7:40:26 PM (15 years ago)
Author:
rosiere
Message:

1) Prediction unit : static prediction not blocking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Icache_Access/src/Icache_Access_genMealy_req.cpp

    r117 r119  
    4444        uint32_t num_front_end = it->grp;
    4545        uint32_t num_context   = it->elt;
     46
     47        log_printf(TRACE,Dcache_Access,FUNCTION,"  * Context [%d][%d]",num_front_end, num_context);
     48
    4649       
    4750        if (PORT_READ(in_CONTEXT_REQ_VAL [num_front_end][num_context]))
     
    5053            Tcontrol_t icache_req_ack = PORT_READ(in_ICACHE_REQ_ACK [num_port]);
    5154
    52             log_printf(TRACE,Dcache_Access,FUNCTION,"  * num_port      : %d",num_port);
     55            log_printf(TRACE,Dcache_Access,FUNCTION,"    * context have request");
     56            log_printf(TRACE,Dcache_Access,FUNCTION,"    * num_port      : %d",num_port);
     57            log_printf(TRACE,Dcache_Access,FUNCTION,"    * icache_req_val: %d",icache_req_val [num_port]);
    5358
    5459#ifdef STATISTICS
     
    6570                context_req_ack [num_front_end][num_context] = icache_req_ack;
    6671
    67                 log_printf(TRACE,Dcache_Access,FUNCTION,"    * kane - icache");
    68 
    6972                if (_param->_have_port_icache_thread_id)
    7073                  {
    7174                Tcontext_t num_thread = _param->_translate_context_to_thread[num_front_end][num_context];
    72                 log_printf(TRACE,Dcache_Access,FUNCTION,"    * num_context : %d",num_context);
    7375                log_printf(TRACE,Dcache_Access,FUNCTION,"    * num_thread  : %d",num_thread );
    7476
Note: See TracChangeset for help on using the changeset viewer.