Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Component_port_map.cpp

    r113 r131  
    5151
    5252    // If all is ok, mapping
    53     log_printf(TRACE,Behavioural,FUNCTION, _("Signal \"%s.%s\"\tlink with \"%s.%s\"")
    54                ,entity_src ->get_name().c_str()
    55                ,signal_src ->get_name().c_str()
    56                ,entity_dest->get_name().c_str()
    57                ,signal_dest->get_name().c_str());
     53    log_printf(TRACE,Behavioural,FUNCTION, _("Signal \"%s.%s\" (0x%x) \tlink with \"%s.%s\" (0x%x)")
     54               ,     entity_src ->get_name().c_str()
     55               ,     signal_src ->get_name().c_str()
     56               ,(int)signal_src ->get_sc_signal()
     57               ,     entity_dest->get_name().c_str()
     58               ,     signal_dest->get_name().c_str()
     59               ,(int)signal_dest->get_sc_signal()
     60               );
    5861
    5962    // need an internal signal ?
Note: See TracChangeset for help on using the changeset viewer.