Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interfaces_get_interface.cpp

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Interfaces::get_interface"
    1416  string Interfaces::get_interface (void)
    1517  {
     18    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     19
    1620    uint32_t               depth          = 0;
    1721    string                 separator      = "\n";
     
    4448      }
    4549
     50    log_printf(FUNC,Behavioural,FUNCTION,"End");
     51   
    4652    return text.str();
    4753  };
    4854
     55#undef  FUNCTION
     56#define FUNCTION "Interfaces::get_interface_list"
    4957  list<Interface_fifo*>* Interfaces::get_interface_list (void)
    5058  {
    51     return _list_interface;
     59    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     60    list<Interface_fifo*>* _return =  _list_interface;
     61    log_printf(FUNC,Behavioural,FUNCTION,"End");
     62
     63    return _return;
    5264  };
    5365
Note: See TracChangeset for help on using the changeset viewer.