source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Branch_Target_Buffer/SelfTest/cfg/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: 297 bytes
Line 
1Branch_Target_Buffer
21       1       +1      # nb_context     
31       4       *2      # nb_instruction [0] [nb_context]
416      16      *4      # size_buffer   
52       16      *4      # associativity 
632      32      *2      # size_address   
72       2       +1      # size_counter   
81       4       *4      # nb_inst_predict
91       4       *4      # nb_inst_decod 
101       4       *4      # nb_inst_commit
113       3       +1      # victim_scheme
Note: See TracBrowser for help on using the repository browser.