Ignore:
Timestamp:
Jun 17, 2009, 11:21:10 PM (15 years ago)
Author:
rosiere
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/src/Environment_genMoore.cpp

    r124 r127  
    3434            icache_rsp_val [i][j] = 0;
    3535
    36           for (uint32_t j = 0; j+1 < component_buffer_irsp [i]->nb_slot_use(); j ++)
     36          _cout(ENVIRONMENT, "buffer_irsp [%d] : nb_slot_use %d\n",i,component_buffer_irsp [i]->nb_slot_use());
     37          for (uint32_t j = 0; j+1 <= component_buffer_irsp [i]->nb_slot_use(); j ++)
    3738            {
    3839              // Test the number of element in the respons's buffer
Note: See TracChangeset for help on using the changeset viewer.