Ignore:
Timestamp:
Feb 5, 2008, 5:21:20 PM (16 years ago)
Author:
rosiere
Message:
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest/src/main.cpp

    r73 r77  
    88#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest/include/test.h"
    99
    10 #define NB_PARAMS 12
     10#define NB_PARAMS 10
    1111
    1212void usage (int argc, char * argv[])
     
    2323  err (_(" * size_special_data   (uint32_t)\n"));
    2424  err (_(" * nb_special_register (uint32_t)\n"));
    25   err (_(" * nb_operation        (uint32_t)\n"));
    26   err (_(" * nb_type             (uint32_t)\n"));
    2725  err (_(" * nb_bypass_write     (uint32_t)\n"));
    2826
     
    5149  const uint32_t size_special_data   = atoi(argv[x++]);
    5250  const uint32_t nb_special_register = atoi(argv[x++]);
    53   const uint32_t nb_operation        = atoi(argv[x++]);
    54   const uint32_t nb_type             = atoi(argv[x++]);
    5551  const uint32_t nb_bypass_write     = atoi(argv[x++]);
    5652
     
    6763         size_special_data  ,
    6864         nb_special_register,
    69          nb_operation       ,
    70          nb_type            ,
    7165         nb_bypass_write    );
    7266     
Note: See TracChangeset for help on using the changeset viewer.