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

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/src/Debug.cpp

    r82 r88  
    77
    88#include "Common/include/Debug.h"
     9#include "Common/include/Environment.h"
     10
     11namespace morpheo {
    912
    1013static uint32_t _debug_depth = 0;
    1114
     15#undef  FUNCTION
     16#define FUNCTION "debug_tab"
    1217std::string debug_tab (void)
    1318{
     
    1520}
    1621
     22#undef  FUNCTION
     23#define FUNCTION "debug_tab_inc"
    1724void debug_tab_inc (void)
    1825{
     
    2027}
    2128
     29#undef  FUNCTION
     30#define FUNCTION "debug_tab_dec"
    2231void debug_tab_dec (void)
    2332{
    2433//   _debug_depth --;
    2534}
     35
     36}; // end namespace morpheo
Note: See TracChangeset for help on using the changeset viewer.