Ignore:
Timestamp:
Apr 20, 2009, 11:29:17 PM (15 years ago)
Author:
rosiere
Message:

1) Write queue with mealy
2) Network : fix bug
3) leak memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Component.h

    r113 r115  
    2525namespace behavioural          {
    2626
     27  /*
    2728#ifdef DEBUG
    2829# define PORT_MAP(x,a,b,c,d)                                            \
     
    4041  while (0)
    4142#else
     43*/
    4244# define PORT_MAP(x,a,b,c,d)                                            \
    4345  do                                                                    \
     
    4648    }                                                                   \
    4749  while (0)
    48 #endif
     50// #endif
    4951
    5052#define COMPONENT_MAP(x,a,b,c,d)                                        \
Note: See TracChangeset for help on using the changeset viewer.