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

    r42 r43  
    1313namespace behavioural          {
    1414
     15#undef  FUNCTION
     16#define FUNCTION "Entity::mapping"
    1517  void Entity::mapping (uint32_t pos_x,
    1618                        uint32_t pos_y,
     
    1820                        uint32_t size_y )
    1921  {
     22    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     23
    2024    if (_is_map != false)
    2125      throw (ErrorMorpheo ("Entity \""+_name+"\" is already mapped"));
     
    2731    _map_pos_x  = pos_x ;
    2832    _map_pos_y  = pos_y ;
     33
     34    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2935  };
    3036
Note: See TracChangeset for help on using the changeset viewer.