Changeset 81 for trunk/IPs/systemC/processor/Morpheo/Common/include
- Timestamp:
- Apr 15, 2008, 8:40:01 PM (17 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Common/include
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Address.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Average.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/BitManipulation.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/ChangeCase.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Debug.h
-
Property
svn:keywords
set to
Id
r78 r81 69 69 { \ 70 70 } while(0) 71 71 72 #endif // DEBUG 73 74 #define breakpoint(str...) \ 75 do \ 76 { \ 77 msg(_("Breakpoint : file %s, line %d. Enter Any key to continue\n"),__FILE__,__LINE__); \ 78 msg(str); \ 79 msg(_("\n")); \ 80 getchar(); \ 81 } while(0) 82 72 83 #endif // !DEBUG_H -
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/ErrorMorpheo.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/FromString.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Log2.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Max.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Message.h
-
Property
svn:keywords
set to
Id
r71 r81 15 15 namespace morpheo { 16 16 17 #ifdef NO_TRANSLAT ION17 #ifdef NO_TRANSLATE 18 18 # define _(String) (String) 19 19 #else -
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Percent.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Test.h
-
Property
svn:keywords
set to
Id
r75 r81 87 87 88 88 89 #define LABEL(str...) \ 90 { \ 91 msg (_("{%d} "),static_cast<uint32_t>(sc_simulation_time())); \ 92 msg (str); \ 93 msg (_("\n")); \ 94 } while(0) 95 96 97 #ifndef CYCLE_MAX 98 # error "CYCLE_MAX must be defined"; 99 #endif 100 101 #define SC_START(cycle_offset) \ 102 do \ 103 { \ 104 /*cout << "SC_START (begin)" << endl;*/ \ 105 \ 106 uint32_t cycle_current = static_cast<uint32_t>(sc_simulation_time()); \ 107 if (cycle_offset != 0) \ 108 { \ 109 cout << "##########[ cycle "<< cycle_current+cycle_offset << " ] (" << __LINE__ << ")" << endl; \ 110 } \ 111 \ 112 if (cycle_current > CYCLE_MAX) \ 113 { \ 114 TEST_KO("Maximal cycles Reached"); \ 115 } \ 116 \ 117 sc_start(cycle_offset); \ 118 \ 119 /*cout << "SC_START (end )" << endl;*/ \ 120 } while(0) 121 122 123 89 124 }; 90 125 #endif -
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Time.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/ToBase2.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/ToString.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Types.h
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.