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/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Rename_select/SelfTest/src/main.cpp

    r81 r88  
    1616  err (_(" * nb_front_end                         (uint32_t         )\n"));
    1717  err (_(" * nb_context            [nb_front_end] (uint32_t         )\n"));
     18//   err (_(" * size_nb_front_end_id                 (uint32_t         )\n"));
     19//   err (_(" * size_nb_context_id                   (uint32_t         )\n"));
    1820  err (_(" * max_branch_speculated                (uint32_t         )\n"));
    1921  err (_(" * size_general_data                    (uint32_t         )\n"));
     
    4951    _nb_context [i] = atoi(argv[x++]);
    5052
     53//   uint32_t          _size_front_end_id    = atoi(argv[x++]);
     54//   uint32_t          _size_context_id      = atoi(argv[x++]);
    5155  uint32_t          _max_branch_speculated= atoi(argv[x++]);
    5256  uint32_t          _size_general_data    = atoi(argv[x++]);
     
    6670        (_nb_front_end         ,
    6771         _nb_context           ,
     72//          _size_front_end_id    ,
     73//          _size_context_id      ,
    6874         _max_branch_speculated,
    6975         _size_general_data    ,
     
    7278         _nb_front_end_select  ,
    7379         _priority             ,
    74          _load_balancing       );
     80         _load_balancing       ,
     81         true // is_toplevel
     82         );
    7583     
    7684      msg(_("%s"),param->print(1).c_str());
Note: See TracChangeset for help on using the changeset viewer.