Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

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

Legend:

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

    r118 r123  
    112112      PREDICTOR_CUSTOM            // Not predefined scheme
    113113    } Tpredictor_t;
     114
     115  typedef enum
     116    {
     117      MANAGE_EVENT_WAIT_ALL,
     118      MANAGE_EVENT_WAIT_DECODE,
     119      MANAGE_EVENT_NO_WAIT
     120    } Tmanage_event_t;
    114121
    115122  //--------------------------------------------------[ instruction ]-----
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h

    r122 r123  
    1010#define MORPHEO_MAJOR_VERSION "0"
    1111#define MORPHEO_MINOR_VERSION "2"
    12 #define MORPHEO_REVISION      "122"
     12#define MORPHEO_REVISION      "123"
    1313#define MORPHEO_CODENAME      "Castor"
    1414
    15 #define MORPHEO_DATE_DAY      "03
     15#define MORPHEO_DATE_DAY      "08
    1616#define MORPHEO_DATE_MONTH    "06"
    1717#define MORPHEO_DATE_YEAR     "2009"
Note: See TracChangeset for help on using the changeset viewer.