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/include/Parameters.h

    r88 r120  
    4444  public : bool     ** _table_execute_type     ; //[nb_execute_unit][nb_type]
    4545  public : bool     ** _table_execute_thread   ; //[nb_execute_unit][nb_thread]
     46  public : bool      * _num_thread_valid       ; //[nb_thread]
    4647
    4748  public : uint32_t    _max_nb_read_unit_port  ;
     
    8384                        bool     ** table_execute_type     ,
    8485                        bool     ** table_execute_thread   ,
     86                        bool      * num_thread_valid       ,
    8587                        bool        is_toplevel=false      );
    8688//   public : Parameters  (Parameters & param) ;
Note: See TracChangeset for help on using the changeset viewer.