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/SelfTest/src/main.cpp

    r87 r88  
    99#include "Behavioural/Custom/include/Custom_example.h"
    1010
    11 #define NB_PARAMS 8
     11#define NB_PARAMS 7
    1212
    1313void usage (int argc, char * argv[])
     
    2121  err (_(" * size_general_data                          (uint32_t         )\n"));
    2222  err (_(" * nb_branch_speculated          [nb_context] (uint32_t         )\n"));
    23   err (_(" * size_branch_update_prediction              (uint32_t         )\n"));
    2423  err (_(" * nb_context_select                          (uint32_t         )\n"));
    2524  err (_(" * select_priority                            (Tpriority_t      )\n"));
     
    5655  for (uint32_t i=0; i<_nb_context; i++)
    5756    _nb_branch_speculated [i] = fromString<uint32_t>(argv[x++]);
    58   uint32_t            _size_branch_update_prediction= fromString<uint32_t         >(argv[x++]);
    5957  uint32_t            _nb_context_select            = fromString<uint32_t         >(argv[x++]);
    6058  Tpriority_t         _select_priority              = fromString<Tpriority_t      >(argv[x++]);
     
    8179         _size_general_data            ,
    8280         _nb_branch_speculated         ,
    83          _size_branch_update_prediction,
    8481         _nb_context_select            ,
    8582         _select_priority              ,
    8683         _select_load_balancing        ,
    8784         _instruction_implemeted       ,
    88          &(morpheo::behavioural::custom::example_get_custom_information)
     85         &(morpheo::behavioural::custom::example_get_custom_information),
     86         true
    8987         );
    9088     
Note: See TracChangeset for help on using the changeset viewer.