source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Meta_Predictor_Glue/SelfTest/config_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: 490 bytes
Line 
1Meta_Predictor_Glue
24       4       +1 # nb_inst_predict
34       4       +1 # nb_inst_update
43       3       +1 # nb_predictor                   
58       8       +1 # predictor_size_history         [0] [nb_predictor]
617      17      +1 # predictor_size_history         [1] [nb_predictor]
74       4       +1 # predictor_size_history         [2] [nb_predictor]
81       1       +1 # predictor_update_on_prediction [0] [nb_predictor]
91       1       +1 # predictor_update_on_prediction [1] [nb_predictor]
100       0       +1 # predictor_update_on_prediction [2] [nb_predictor]
Note: See TracBrowser for help on using the repository browser.