Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

File:
1 edited

Legend:

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

    r88 r117  
    5050            Tcontrol_t icache_req_ack = PORT_READ(in_ICACHE_REQ_ACK [num_port]);
    5151
     52            log_printf(TRACE,Dcache_Access,FUNCTION,"  * num_port      : %d",num_port);
     53
    5254#ifdef STATISTICS
    5355            if (icache_req_ack)
     
    6365                context_req_ack [num_front_end][num_context] = icache_req_ack;
    6466
     67                log_printf(TRACE,Dcache_Access,FUNCTION,"    * kane - icache");
     68
    6569                if (_param->_have_port_icache_thread_id)
    66                 PORT_WRITE(out_ICACHE_REQ_THREAD_ID [num_port], _param->_translate_context_to_thread[num_front_end][num_context]);
     70                  {
     71                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);
     73                log_printf(TRACE,Dcache_Access,FUNCTION,"    * num_thread  : %d",num_thread );
     74
     75                PORT_WRITE(out_ICACHE_REQ_THREAD_ID [num_port], num_thread);
     76                  }
    6777//              if (_param->_have_port_icache_packet_id)
    6878                if (_param->_have_port_packet_id [num_front_end][num_context])
Note: See TracChangeset for help on using the changeset viewer.