Index: trunk/IPs/systemC/Environment/Cache/src/Cache_latence.cpp
===================================================================
--- trunk/IPs/systemC/Environment/Cache/src/Cache_latence.cpp	(revision 114)
+++ trunk/IPs/systemC/Environment/Cache/src/Cache_latence.cpp	(revision 117)
@@ -26,5 +26,5 @@
     if (type_cache == INSTRUCTION_CACHE)
       {
-	_cout(CACHE,"Instruction");
+	__cout(CACHE,"Instruction");
 	cache                 = icache_dedicated [num_entity];
 	param_cache_dedicated = param->param_icache_dedicated [num_entity];
@@ -32,9 +32,9 @@
     else
       {
-	_cout(CACHE,"Data");
+	__cout(CACHE,"Data");
 	cache                 = dcache_dedicated [num_entity];
 	param_cache_dedicated = param->param_dcache_dedicated [num_entity];
       }
-    _cout(CACHE," [%d] - entity : %d, address : 0x%.x\n",num_port,num_entity,address);
+    __cout(CACHE," [%d] - entity : %d, address : 0x%.x\n",num_port,num_entity,address);
 
     if (num_port >= cache->param->nb_port)
@@ -49,5 +49,5 @@
     if (access_dedicated.hit == MISS)
       {
-	_cout(CACHE," * Access Cache_shared");
+	_cout(CACHE," * Access Cache_shared\n");
 
 	// Make a access with this level "shared"
