Ignore:
Timestamp:
Jun 17, 2009, 11:21:10 PM (15 years ago)
Author:
rosiere
Message:
 
Location:
trunk/IPs/systemC/Environment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Common/include/Debug.h

    r124 r127  
    33
    44#define DEBUG_true        true
    5 #define DEBUG_ENVIRONMENT true
     5#define DEBUG_ENVIRONMENT false
    66#define DEBUG_CACHE       false
    77#define DEBUG_DATA        false
  • 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.