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

Last change on this file since 85 was 85, checked in by rosiere, 16 years ago
  • Ifetch_unit : systemC test ok
  • modif shell script and makefile.tools : SHELL=/bin/bash
  • Property svn:keywords set to Id
File size: 671 bytes
Line 
1#ifndef morpheo_behavioural_Version_h
2#define morpheo_behavioural_Version_h
3
4/*
5 * $Id: Version.h.sed 85 2008-05-14 13:09:48Z 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      @REVISION
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.