Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r82 r88  
    1919
    2020    std::string str     = "";
    21     std::string tab     = std::string(depth,'\t');
     21    std::string tab     = std::string(depth,' ');
    2222    bool        _return = true;
    2323
    24 //     log_printf(NONE,Behavioural,FUNCTION, "%s* Signal \"%s\"",tab.c_str(),_name.c_str());
    25 //     log_printf(NONE,Behavioural,FUNCTION, "%s%d - %d - %d",tab.c_str(),
     24//     log_printf(INFO,Behavioural,FUNCTION, "%s* Signal \"%s\"",tab.c_str(),_name.c_str());
     25//     log_printf(INFO,Behavioural,FUNCTION, "%s%d - %d - %d",tab.c_str(),
    2626//             _is_map_as_toplevel_dest,
    2727//             _is_map_as_component_src,
    2828//             _is_map_as_component_dest);
    29 //     log_printf(NONE,Behavioural,FUNCTION, "%stop_level %d, is_behavioural %d",tab.c_str(),
     29//     log_printf(INFO,Behavioural,FUNCTION, "%stop_level %d, is_behavioural %d",tab.c_str(),
    3030//             top_level,
    3131//             is_behavioural);
     
    143143    if (_return == false)
    144144      {
    145         log_printf(NONE,Behavioural,FUNCTION, "%s* %s",tab.c_str(),str.c_str());
    146        
    147145#ifndef DEBUG
    148146        std::cerr << str << std::endl;
     147#else
     148        log_printf(INFO,Interface,FUNCTION, "%s* %s",tab.c_str(),str.c_str());
    149149#endif
    150150      }
    151151    else
    152152      {
    153 //      log_printf(NONE,Behavioural,FUNCTION, "%s* Signal \"%s\" is OK.",tab.c_str(),_name.c_str());
     153//      log_printf(INFO,Interface,FUNCTION, "%s* Signal \"%s\" is OK.",tab.c_str(),_name.c_str());
    154154      }
    155155
     
    173173//     if (_return == false)
    174174//       {
    175 //      log_printf(NONE,Behavioural,FUNCTION, "%s* %s",tab.c_str(),str.c_str());
     175//      log_printf(INFO,Behavioural,FUNCTION, "%s* %s",tab.c_str(),str.c_str());
    176176       
    177177// #ifndef DEBUG
     
    181181//     else
    182182//       {
    183 // //   log_printf(NONE,Behavioural,FUNCTION, "%s* Signal \"%s\" is OK.",tab.c_str(),_name.c_str());
     183// //   log_printf(INFO,Behavioural,FUNCTION, "%s* Signal \"%s\" is OK.",tab.c_str(),_name.c_str());
    184184//       }
    185185   
Note: See TracChangeset for help on using the changeset viewer.