Changeset 85 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- May 14, 2008, 3:09:48 PM (17 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Debug_component.h
r84 r85 45 45 # define DEBUG_Decod false 46 46 # define DEBUG_Decod_queue false 47 # define DEBUG_Ifetch_unit false47 # define DEBUG_Ifetch_unit true 48 48 # define DEBUG_Address_management true 49 # define DEBUG_Ifetch_queue false50 # define DEBUG_Ifetch_unit_Glue false49 # define DEBUG_Ifetch_queue true 50 # define DEBUG_Ifetch_unit_Glue true 51 51 # define DEBUG_Prediction_unit false 52 52 # define DEBUG_Branch_Target_Buffer false -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
-
Property
svn:keywords
set to
Id
r84 r85 1 1 #ifndef morpheo_behavioural_Version_h 2 2 #define morpheo_behavioural_Version_h 3 4 /* 5 * $Id$ 6 */ 3 7 4 8 #include "Common/include/ToString.h" … … 6 10 #define MORPHEO_MAJOR_VERSION 0 7 11 #define MORPHEO_MINOR_VERSION 2 8 #define MORPHEO_REVISION 84 9 10 // Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION 12 #define MORPHEO_REVISION 85 11 13 12 14 #define MORPHEO_VERSION morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION) 13 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 14 33 #endif -
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h.sed
-
Property
svn:keywords
set to
Id
r82 r85 1 1 #ifndef morpheo_behavioural_Version_h 2 2 #define morpheo_behavioural_Version_h 3 4 /* 5 * $Id$ 6 */ 3 7 4 8 #include "Common/include/ToString.h" … … 8 12 #define MORPHEO_REVISION @REVISION 9 13 10 // Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION11 12 14 #define MORPHEO_VERSION morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION) 13 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 14 33 #endif -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.