Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Core_Glue/SelfTest/config-min.cfg

    r88 r117  
    11Core_Glue
    221       1       +1      # nb_front_end                                                                                     
    3 1       1       +1      # nb_context                            [0]          [nb_front_end]
    4 1       1       +1      # nb_ooo_engine                                                                                   
    5 1       1       +1      # nb_execute_loop                                                                                 
    6 1       1       +1      # ooo_engine_nb_front_end               [0]          [nb_ooo_engine]
    7 1       1       +1      # ooo_engine_nb_execute_loop            [0]          [nb_ooo_engine]
    8 1       1       +1      # execute_loop_nb_ooo_engine            [0]          [nb_execute_loop]
    9 1       1       +1      # nb_inst_decod                         [0]          [nb_front_end]   
    10 1       1       +1      # front_end_nb_inst_branch_complete     [0]          [nb_front_end]   
    11 1       1       +1      # ooo_engine_nb_inst_branch_complete    [0]          [nb_ooo_engine]
    12 1       1       +1      # nb_inst_insert                        [0]          [nb_ooo_engine] 
    13 1       1       +1      # nb_inst_issue                         [0]          [nb_ooo_engine] 
    14 1       1       +1      # nb_inst_execute                       [0][0]       [nb_ooo_engine][ooo_engine_nb_execute_loop]
    15 1       1       +1      # nb_read_unit                          [0]          [nb_execute_loop]
    16 1       1       +1      # nb_write_unit                         [0]          [nb_execute_loop]
     31       1       +1      # nb_context                            [0]                  [nb_front_end]
     41       1       +1      # nb_ooo_engine                                                                                           
     51       1       +1      # nb_execute_loop                                                                                         
     61       1       +1      # ooo_engine_nb_front_end               [0]                  [nb_ooo_engine]
     71       1       +1      # ooo_engine_nb_execute_loop            [0]                  [nb_ooo_engine]
     81       1       +1      # execute_loop_nb_ooo_engine            [0]                  [nb_execute_loop]
     91       1       +1      # nb_inst_decod                         [0]                  [nb_front_end]   
     101       1       +1      # front_end_nb_inst_branch_complete     [0]                  [nb_front_end]   
     111       1       +1      # ooo_engine_nb_inst_branch_complete    [0]                  [nb_ooo_engine]
     121       1       +1      # nb_inst_insert                        [0]                  [nb_ooo_engine] 
     131       1       +1      # nb_inst_issue                         [0]                  [nb_ooo_engine] 
     141       1       +1      # nb_inst_execute                       [0][0]               [nb_ooo_engine][ooo_engine_nb_execute_loop]
     151       1       +1      # nb_read_unit                          [0]                  [nb_execute_loop]
     161       1       +1      # nb_write_unit                         [0]                  [nb_execute_loop]
    17171       1       +1      # size_depth                                                                                       
    18181       1       +1      # size_rob_ptr                                                                                     
     
    25251       1       +1      # dispatch_priority                                                                               
    26261       1       +1      # dispatch_load_balancing                                                                         
    27 1       1       +1      # table_dispatch                        [0][0][0][0] [nb_ooo_engine][nb_inst_issue][execute_loop][nb_read_unit]
    28 0       0       +1      # translate_ooo_engine_num_front_end    [0][0]       [nb_ooo_engine][ooo_engine_nb_front_end]
    29 0       0       +1      # translate_ooo_engine_num_execute_loop [0][0]       [nb_ooo_engine][ooo_engine_nb_execute_loop]
    30 0       0       +1      # translate_execute_loop_num_ooo_engine [0][0]       [nb_execute_loop][execute_loop_nb_ooo_engine]
     271       1       +1      # table_dispatch                        [0][0][0][0]         [nb_ooo_engine][nb_inst_issue][execute_loop][nb_read_unit]
     280       0       +1      # translate_ooo_engine_num_front_end    [0][0]               [nb_ooo_engine][ooo_engine_nb_front_end]
     290       0       +1      # translate_ooo_engine_num_execute_loop [0][0]               [nb_ooo_engine][ooo_engine_nb_execute_loop]
     300       0       +1      # translate_execute_loop_num_ooo_engine [0][0]               [nb_execute_loop][execute_loop_nb_ooo_engine]
Note: See TracChangeset for help on using the changeset viewer.