Ignore:
Timestamp:
Feb 19, 2009, 5:31:47 PM (15 years ago)
Author:
rosiere
Message:

1) OOO_egine : add stat to depiste low perf source
2) Commit : add stat
3) LSU_Pointer : retire - always ack (else combinatory loop). insert - max nb_inst_memory
4) TopLevel? : add debug_idle_time to stop combinatory loop.
5) Issue_queue : add reexecute_queue, new implementation (routage after issue_queue)
6) Decod / Predictor : add "can_continue"

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Simulation.h

    r88 r110  
    1919namespace behavioural          {
    2020
    21 extern double                _simulation_nb_cycle;
    22 // extern double                _simulation_nb_instruction;
    23 // extern std::vector<double> * _simulation_nb_instruction_commited;
    24 
    25   // Warning, now no mutek to protect this variable
    26 
    27 //   class Simulation
    28 //   {
    29 //   private : const  uint32_t _num_context;
    30 
    31 //   public  :  Simulation (void);
    32 //   public  : ~Simulation (void);
    33 //   public  : void end_cycle (double nb_instruction_commited);
    34 //   };
     21extern double              _simulation_nb_cycle;
     22extern double              _simulation_nb_instruction;
     23extern std::vector<double> _simulation_nb_instruction_commited;
    3524
    3625  bool simulation_test_end (void);
    3726  void simulation_init     (double nb_cycle,
    3827                            double nb_instruction);
    39 
    4028}; // end namespace behavioural         
    4129}; // end namespace morpheo             
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h

    r109 r110  
    1010#define MORPHEO_MAJOR_VERSION "0"
    1111#define MORPHEO_MINOR_VERSION "2"
    12 #define MORPHEO_REVISION      "109"
     12#define MORPHEO_REVISION      "110"
    1313#define MORPHEO_CODENAME      "Castor"
    1414
    15 #define MORPHEO_DATE_DAY      "16
     15#define MORPHEO_DATE_DAY      "19
    1616#define MORPHEO_DATE_MONTH    "02"
    1717#define MORPHEO_DATE_YEAR     "2009"
Note: See TracChangeset for help on using the changeset viewer.