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

    r81 r88  
    5151    }
    5252
    53   uint32_t    _nb_load_store_queue              = atoi(argv[x++]);
     53  uint32_t    _nb_load_store_queue              = fromString<uint32_t>(argv[x++]);
    5454 
    5555  if (argc != static_cast<int>(2+NB_PARAMS+_nb_front_end+2*_nb_load_store_queue+nb_thread))
     
    8686         _link_load_store_unit_with_thread,
    8787         _nb_inst_insert                  ,
    88          _nb_inst_retire                  );
     88         _nb_inst_retire                  ,
     89         true //is_toplevel
     90         );
    8991     
    9092      msg(_("%s"),param->print(1).c_str());
Note: See TracChangeset for help on using the changeset viewer.