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

    r2 r43  
    1616namespace behavioural          {
    1717 
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::set_body_component_port_map"
    1820  void Vhdl::set_body_component_port_map (list<string> & list_port_map      ,
    1921                                          string         name_port          ,
    2022                                          string         name_signal        )
    2123  {
     24    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    2225    set_list(list_port_map, name_port + "\t=>" + name_signal);
     26    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2327  };
    2428 
Note: See TracChangeset for help on using the changeset viewer.