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_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit/SelfTest/src/main.cpp

    r81 r88  
    2222       << " - speculative_load        (uint32_t)" << endl
    2323       << " - nb_bypass_memory        (uint32_t)" << endl
     24       << " - nb_cache_port           (uint32_t)" << endl
     25       << " - nb_inst_memory          (uint32_t)" << endl
    2426       << " - nb_context              (uint32_t)" << endl
    2527       << " - nb_front_end            (uint32_t)" << endl
     
    6264        const Tspeculative_load_t _speculative_load        = fromString<Tspeculative_load_t>(argv[x++]);
    6365        const uint32_t            _nb_bypass_memory        = atoi(argv[x++]);
     66        const uint32_t            _nb_cache_port           = atoi(argv[x++]);
     67        const uint32_t            _nb_inst_memory          = atoi(argv[x++]);
    6468        const uint32_t            _nb_context              = atoi(argv[x++]);
    6569        const uint32_t            _nb_front_end            = atoi(argv[x++]);
     
    8185               _speculative_load       ,
    8286               _nb_bypass_memory       ,
     87               _nb_cache_port          ,
     88               _nb_inst_memory         ,
    8389               _nb_context             ,
    8490               _nb_front_end           ,
     
    8894               _size_special_data      ,
    8995               _nb_general_register    ,
    90                _nb_special_register    );
     96               _nb_special_register    ,
     97               true //is_toplevel
     98               );
    9199           
    92100            cout << param->print(1);
Note: See TracChangeset for help on using the changeset viewer.