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/Interface_get_cycle.cpp

    r41 r43  
    1313namespace behavioural          {
    1414
     15#undef  FUNCTION
     16#define FUNCTION "Interface::get_cycle"
    1517  uint32_t Interface::get_cycle (void)
    1618  {
    17     return _nb_cycle;
     19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     20    uint32_t _return = _nb_cycle;
     21    log_printf(FUNC,Behavioural,FUNCTION,"End");
     22    return _return;
    1823  };
    1924
Note: See TracChangeset for help on using the changeset viewer.