Changeset 69 for trunk/IPs/systemC/processor/Morpheo/Behavioural/src
- Timestamp:
- Dec 12, 2007, 5:02:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Vhdl_set_alias.cpp
r43 r69 27 27 log_printf(FUNC,Behavioural,FUNCTION,"End"); 28 28 }; 29 30 void Vhdl::set_alias (string name1 , 31 uint32_t size1 , 32 string name2 , 33 string range2) 34 { 35 log_printf(FUNC,Behavioural,FUNCTION,"Begin"); 36 set_alias(name1, std_logic(size1),name2,range2); 37 log_printf(FUNC,Behavioural,FUNCTION,"End"); 38 }; 29 39 30 40 }; // end namespace behavioural
Note: See TracChangeset
for help on using the changeset viewer.