Changeset 88 for trunk/IPs/systemC/Environment/Common
- Timestamp:
- Dec 10, 2008, 7:31:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Common/include/Debug.h
r81 r88 3 3 4 4 #define DEBUG_ENVIRONMENT true 5 #define DEBUG_CACHE false6 #define DEBUG_DATA false7 #define DEBUG_ENDIANNESS false8 #define DEBUG_QUEUE false9 #define DEBUG_RAMLOCK false10 #define DEBUG_SIM2OS false11 #define DEBUG_TTY false5 #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 12 12 13 #ifdef DEBUG13 // #ifdef DEBUG 14 14 # define _cout(component, str...) \ 15 15 do \ … … 19 19 fprintf(stdout,str); \ 20 20 } \ 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 28 30 29 31 #endif
Note: See TracChangeset
for help on using the changeset viewer.