Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Configuration.cpp

    r124 r138  
    4646                fromString<uint32_t>         (_simulator->getParam("debug_idle_time")));
    4747
    48     log_init(fromString<bool>(_simulator->getParam("debug_log_file_generate")),
     48    log_init(fromString<bool>  (_simulator->getParam("debug_log_file_generate")),
    4949             fromString<bool>  (_simulator->getParam("simulation_file_with_date")),
    5050             fromString<bool>  (_simulator->getParam("simulation_file_with_pid")),
     
    9191    // Simulation condition stop
    9292    //--------------------------------------------------
    93     simulation_init (fromString<double>(_simulator->getParam("simulation_nb_cycle")),
    94                      fromString<double>(_simulator->getParam("debug_nb_cycle")),
    95                      fromString<double>(_simulator->getParam("simulation_nb_instruction")),
    96                      fromString<bool>  (_simulator->getParam("simulation_file_with_date")),
    97                      fromString<bool>  (_simulator->getParam("simulation_file_with_pid"))
     93    simulation_init (fromString<double>     (_simulator->getParam("simulation_nb_cycle")),
     94                     fromString<double>     (_simulator->getParam("debug_nb_cycle")),
     95                     fromString<double>     (_simulator->getParam("simulation_nb_instruction")),
     96                     fromString<stop_type_t>(_simulator->getParam("simulation_stop_type")),
     97                     fromString<bool>       (_simulator->getParam("simulation_file_with_date")),
     98                     fromString<bool>       (_simulator->getParam("simulation_file_with_pid"))
    9899                     );
    99100
Note: See TracChangeset for help on using the changeset viewer.