Ignore:
Timestamp:
Mar 27, 2008, 11:04:49 AM (16 years ago)
Author:
rosiere
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.tools_path

    r68 r78  
    22# kane@HOME
    33#-----[ path ]---------------------------------------------
     4ENV                                     = export PATH=$$PATH:/bin:/usr/bin
    45SOCLIB                                  =
    56SYSTEMC_systemc                         = /home/data/Tools/systemc-2.2.0
     
    1617# kane@LABS
    1718#-----[ path ]---------------------------------------------
     19#ENV                                    = export PATH=$$PATH:/bin:/usr/bin
    1820#SOCLIB                                 = /users/outil/soc/soclib                                           
    1921#SYSTEMC_systemc                        = /users/outil/systemc/systemc-2.1.v1                               
Note: See TracChangeset for help on using the changeset viewer.