Changeset 95 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Dec 16, 2008, 5:24:26 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
r94 r95 10 10 #define MORPHEO_MAJOR_VERSION 0 11 11 #define MORPHEO_MINOR_VERSION 2 12 #define MORPHEO_REVISION "9 4"12 #define MORPHEO_REVISION "95" 13 13 #define MORPHEO_CODENAME "Castor" 14 14 15 #define MORPHEO_DATE_DAY "1 5"15 #define MORPHEO_DATE_DAY "16" 16 16 #define MORPHEO_DATE_MONTH "12" 17 17 #define MORPHEO_DATE_YEAR "2008" -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h
r94 r95 26 26 std::string std_logic_conv (uint32_t size, std::string value); 27 27 std::string std_logic_conv (uint32_t size, uint32_t value); 28 std::string std_logic_cst (uint32_t size, uint32_t value); 28 29 std::string std_logic_range (uint32_t size, uint32_t max , uint32_t min , bool force=false); 29 30 std::string std_logic_range ( uint32_t max , uint32_t min , bool force=false);
Note: See TracChangeset
for help on using the changeset viewer.