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

    r2 r43  
    1616namespace behavioural          {
    1717 
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::set_port"
    1820  void Vhdl::set_port (string      name     ,
    1921                       direction_t direction,
    2022                       string      type     )
    2123  {
     24    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    2225    set_list (_list_port, name + "\t: " + direction_toString(direction) + " " + type);
     26    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2327  };
    2428
     
    2731                       uint32_t    size     )
    2832  {
     33    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    2934    set_port(name,direction,std_logic(size));
     35    log_printf(FUNC,Behavioural,FUNCTION,"End");
    3036  };
    3137   
Note: See TracChangeset for help on using the changeset viewer.