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/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps

    r77 r78  
    2020#-----[ Library ]------------------------------------------
    2121
    22 Behavioural_LIBRARY             =       -lCommon                \
    23                                         -lBehavioural   
     22Behavioural_LIBRARY             =       -lBehavioural   \
     23                                        -lCommon                                       
    2424
    25 Behavioural_DIR_LIBRARY         =       -L$(Common_DIR)/lib     \
    26                                         -L$(Behavioural_DIR)/lib
     25Behavioural_DIR_LIBRARY         =       -L$(Behavioural_DIR)/lib        \
     26                                        -L$(Common_DIR)/lib
    2727
    2828#-----[ Rules ]--------------------------------------------
     
    3030Behavioural_library             :
    3131                                @\
    32                                 $(MAKE) Common_library;
     32                                $(MAKE) Common_library;         \
    3333                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile;
    3434
    3535Behavioural_library_clean       :
    3636                                @\
    37                                 $(MAKE) Common_library_clean;
     37                                $(MAKE) Common_library_clean;   \
    3838                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.