Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r81 r88  
    33
    44#define DEBUG_ENVIRONMENT true
    5 #define DEBUG_CACHE       false
    6 #define DEBUG_DATA        false
    7 #define DEBUG_ENDIANNESS  false
    8 #define DEBUG_QUEUE       false
    9 #define DEBUG_RAMLOCK     false
    10 #define DEBUG_SIM2OS      false
    11 #define DEBUG_TTY         false
     5#define DEBUG_CACHE       true
     6#define DEBUG_DATA        true
     7#define DEBUG_ENDIANNESS  true
     8#define DEBUG_QUEUE       true
     9#define DEBUG_RAMLOCK     true
     10#define DEBUG_SIM2OS      true
     11#define DEBUG_TTY         true
    1212
    13 #ifdef DEBUG
     13// #ifdef DEBUG
    1414# define _cout(component, str...)                                       \
    1515  do                                                                    \
     
    1919          fprintf(stdout,str);                                          \
    2020        }                                                               \
    21     } while(0)
    22 #else
    23 # define _cout(component, str...)                                       \
    24   do                                                                    \
    25     {                                                                   \
    26     } while(0)
    27 #endif
     21    }                                                                   \
     22  while(0)
     23// #else
     24// # define _cout(component, str...)                                   
     25//   do                                                                 
     26//     {                                                               
     27//     }
     28//    while(0)
     29// #endif
    2830
    2931#endif
Note: See TracChangeset for help on using the changeset viewer.