source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Core_Glue/SelfTest/config-min.cfg @ 117

Last change on this file since 117 was 117, checked in by rosiere, 15 years ago

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

  • Property svn:keywords set to Id
File size: 2.9 KB
Line 
1Core_Glue
21       1       +1      # nb_front_end                                                                                     
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]
171       1       +1      # size_depth                                                                                       
181       1       +1      # size_rob_ptr                                                                                     
191       1       +1      # size_load_queue_ptr                                                                             
202       2       +1      # size_store_queue_ptr                                                                             
2132      32      +1      # size_general_data                                                                               
222       2       +1      # size_special_data                                                                               
236       6       +1      # size_general_register                                                                           
242       2       +1      # size_special_register                                                                           
251       1       +1      # dispatch_priority                                                                               
261       1       +1      # dispatch_load_balancing                                                                         
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 TracBrowser for help on using the repository browser.