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/Custom/include/Custom_example.h

    r72 r78  
    2323  custom_execute_transition_t * example_get_custom_execute_transition (uint32_t     group);
    2424  custom_execute_transition_t * example_get_custom_execute_reset      (uint32_t     group);
     25  custom_vhdl_t               * example_get_vhdl_decod                (void);
     26  custom_vhdl_t               * example_get_vhdl_execute              (void);
     27
    2528  custom_information_t          example_get_custom_information        (uint32_t     context);
    2629
Note: See TracChangeset for help on using the changeset viewer.