source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/SelfTest/config_without_meta_predictor.cfg @ 111

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

1) Decod_queue : multi implementation (one_fifo, multi_fifo)
2) Issue_queue : multi implementation (in_order, out_of_order)
3) Direction : Add Meta predictor
4) Context_State : re add Branch_complete, More priority to Load miss (is not speculative)
5) Return_Address_Stack : update reg_PREDICT pointer on decod miss prediction
6) UPT : Fix bug in multi event
7) Prediction_glue : in read_stack case, insert in UPT pc_next
8) Rename select : when rob have an event (need flush), read_r{a,b,c} and write_r{d,e} is set at 0

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1Direction
20       3       +1      # _predictor_scheme     
31       4       *4      # _nb_inst_predict       
41       4       *4      # _nb_inst_update       
532      32      *2      # _size_address         
61       1       +1      # _predictor_0_have_bht             
71       1       +1      # _predictor_0_bht_size_shifter     
81       1       +1      # _predictor_0_bht_nb_shifter       
91       1       +1      # _predictor_0_have_pht             
101       1       +1      # _predictor_0_pht_size_counter     
111       1       +1      # _predictor_0_pht_nb_counter       
121       1       +1      # _predictor_0_pht_size_address_share
131       1       +1      # _predictor_1_have_bht             
141       1       +1      # _predictor_1_bht_size_shifter     
151       1       +1      # _predictor_1_bht_nb_shifter       
161       1       +1      # _predictor_1_have_pht             
171       1       +1      # _predictor_1_pht_size_counter     
181       1       +1      # _predictor_1_pht_nb_counter       
191       1       +1      # _predictor_1_pht_size_address_share
201       1       +1      # _predictor_2_have_bht             
211       1       +1      # _predictor_2_bht_size_shifter     
221       1       +1      # _predictor_2_bht_nb_shifter       
231       1       +1      # _predictor_2_have_pht             
241       1       +1      # _predictor_2_pht_size_counter     
251       1       +1      # _predictor_2_pht_nb_counter       
261       1       +1      # _predictor_2_pht_size_address_share
Note: See TracBrowser for help on using the repository browser.