Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 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/New_Component_vbe/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    }
Note: See TracChangeset for help on using the changeset viewer.