Index: trunk/IPs/systemC/Environment/src/Environment_genMoore.cpp
===================================================================
--- trunk/IPs/systemC/Environment/src/Environment_genMoore.cpp	(revision 124)
+++ trunk/IPs/systemC/Environment/src/Environment_genMoore.cpp	(revision 127)
@@ -34,5 +34,6 @@
             icache_rsp_val [i][j] = 0;
 
-	  for (uint32_t j = 0; j+1 < component_buffer_irsp [i]->nb_slot_use(); j ++)
+          _cout(ENVIRONMENT, "buffer_irsp [%d] : nb_slot_use %d\n",i,component_buffer_irsp [i]->nb_slot_use());
+	  for (uint32_t j = 0; j+1 <= component_buffer_irsp [i]->nb_slot_use(); j ++)
       	    {
 	      // Test the number of element in the respons's buffer
