source: trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h @ 86

Last change on this file since 86 was 86, checked in by rosiere, 16 years ago

Decod :

  • Correct selftest
  • Set Instruction address on (32/64)-2 bits,
  • Decod Custom Instruction : valid and tested. (add an test to verify the decod information)
  • Property svn:keywords set to Id
File size: 664 bytes
Line 
1#ifndef morpheo_behavioural_Version_h
2#define morpheo_behavioural_Version_h
3
4/*
5 * $Id: Version.h 86 2008-05-14 17:08:56Z rosiere $
6 */
7
8#include "Common/include/ToString.h"
9
10#define MORPHEO_MAJOR_VERSION 0
11#define MORPHEO_MINOR_VERSION 2
12#define MORPHEO_REVISION      86
13
14#define MORPHEO_VERSION       morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION)
15
16/*
17 
18 [ Change Log ]
19 |
20 +-[ Major Version 0 ]
21   |
22   | SystemC Only
23   |
24   +-[ Minor Version 1 ]
25   | |
26   | | Second Architecture, change the load_store_unit and implement exception
27   |
28   +-[ Minor Version 0 ]
29   | |
30   | | First Architecture, not in this svn
31*/
32
33#endif
Note: See TracBrowser for help on using the repository browser.