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/New_Component_vst/src/Parameters.cpp

    r76 r78  
    2121  };
    2222 
    23 #undef  FUNCTION
    24 #define FUNCTION "@COMPONENT::Parameters (copy)"
    25   Parameters::Parameters (Parameters & param)
    26   {
    27     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    28     test();
    29     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    30   };
     23// #undef  FUNCTION
     24// #define FUNCTION "@COMPONENT::Parameters (copy)"
     25//   Parameters::Parameters (Parameters & param)
     26//   {
     27//     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     28//     test();
     29//     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     30//   };
    3131
    3232#undef  FUNCTION
Note: See TracChangeset for help on using the changeset viewer.