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

Almost complete design
with Test and test platform

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/SelfTest/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/SelfTest/src/main.cpp

    r83 r88  
    3737      morpheo::behavioural::@NAMESPACE_USE::Parameters * param = new morpheo::behavioural::@NAMESPACE_USE::Parameters
    3838        (
     39         true // is_toplevel
    3940        );
    4041     
    41       msg(_("%s"),param->print(1).c_str());
     42      msg(_("%s"),param->print(0).c_str());
    4243     
    4344      test (name,param);
     
    5859  catch (morpheo::ErrorMorpheo & error)
    5960    {
    60       msg (_("<%s> :\n%s"),name.c_str(), error.what ());
     61//       msg (_("<%s> :\n%s"),name.c_str(), error.what ());
    6162      _return = EXIT_FAILURE;
    6263    }
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vst/SelfTest/src/test.cpp

    r87 r88  
    1414{
    1515  msg(_("<%s> : Simulation SystemC.\n"),name.c_str());
     16 
     17  if (setlocale (LC_ALL, "") == NULL)
     18    msg(_("setlocale ko.\n"));
    1619
    1720#ifdef STATISTICS
Note: See TracChangeset for help on using the changeset viewer.