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

Last change on this file since 78 was 78, checked in by rosiere, 16 years ago

Add :

  • Execute_loop (must be test systemC)
  • Prediction
    • Direction : predifined scheme
    • Branch Target Buffer
  • iFetch_unit
    • ifetch_queue
    • pc management
  • Decod_unit
    • coming soon : support for custom operation
  • Rename_unit
    • RAT
    • Free_list
    • Dependence RAW check
    • Load store unit pointer
  • New Environnement (hierarchy_memory will remove in a next version)


Modif :

  • Manage Custom Operation
  • All component in execute_loop to use the new statistics management

Not Finish :

  • Return Address Stack
  • Environnement
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.