Changeset 93 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Dec 14, 2008, 11:58:28 PM (16 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r92 r93 10 10 #define MORPHEO_MAJOR_VERSION 0 11 11 #define MORPHEO_MINOR_VERSION 2 12 #define MORPHEO_REVISION "9 2"12 #define MORPHEO_REVISION "93" 13 13 #define MORPHEO_CODENAME "Castor" 14 14 15 #define MORPHEO_DATE_DAY "1 0"15 #define MORPHEO_DATE_DAY "14" 16 16 #define MORPHEO_DATE_MONTH "12" 17 17 #define MORPHEO_DATE_YEAR "2008" -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h
r88 r93 83 83 std::string type ); 84 84 public : void set_signal (std::string name , 85 uint32_t si gnal);85 uint32_t size ); 86 86 public : void set_signal (std::string name , 87 87 std::string type ,
Note: See TracChangeset
for help on using the changeset viewer.