Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Network/Read_unit_to_Execution_unit/src/Parameters.cpp

    r109 r120  
    3838                          bool     ** table_execute_type     ,
    3939                          bool     ** table_execute_thread   ,
     40                          bool      * num_thread_valid       ,
    4041                          bool        is_toplevel            )
    4142  {
     
    5657    _table_execute_type      = table_execute_type  ;
    5758    _table_execute_thread    = table_execute_thread;
     59    _num_thread_valid        = num_thread_valid    ;
    5860
    5961    log_printf(TRACE,Read_unit_to_Execution_unit,FUNCTION,"  * table_routing [nb_read_unit][nb_execute_unit][nb_execute_unit_port]");
Note: See TracChangeset for help on using the changeset viewer.