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_list.cpp

    r2 r43  
    1616namespace behavioural          {
    1717 
    18   void Vhdl::set_list (list<string> & liste ,
    19                        string         text  )
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::set_list"
     20  void Vhdl::set_list (list<string> & liste,
     21                       string         text )
    2022  {
     23    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    2124    liste.push_back (text);
     25    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2226  };
    2327   
Note: See TracChangeset for help on using the changeset viewer.