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/Core/Multi_Front_end/Front_end/Decod_unit/Decod/src/Parameters_msg_error.cpp

    r87 r88  
    3131      test.error(_("nb_inst_decod must be > 0.\n"));
    3232
    33     if ((_size_general_data != 32) and
    34         (_size_general_data != 64))
    35       test.error(_("size_general_data must be equal at 32 or 64 bits.\n"));
     33//  if ((_size_general_data != 32) and
     34//      (_size_general_data != 64))
     35//    test.error(_("size_general_data must be equal at 32 or 64 bits.\n"));
    3636
    37     if ((_nb_branch_speculated == 0) or
    38         (_nb_branch_speculated > _nb_context))
    39       test.error(_("nb_branch_speculated must be in [1:nb_context].\n"));
     37//     if ((_nb_branch_speculated == 0) or
     38//      (_nb_branch_speculated > _nb_context))
     39//       test.error(_("nb_branch_speculated must be in [1:nb_context].\n"));
    4040
    4141    if ((_nb_context_select == 0) or
     
    4848
    4949    if (sum_inst_fetch < _nb_inst_decod)
    50       test.error(_("The sum of the _nb_context_select most nb_inst_fetch must be greater that _nb_inst_decod"));
     50      test.error(_("The sum of the _nb_context_select most nb_inst_fetch must be greater that _nb_inst_decod\n"));
    5151
    5252    if ((_priority != PRIORITY_ROUND_ROBIN))
Note: See TracChangeset for help on using the changeset viewer.