Ignore:
Timestamp:
Dec 12, 2007, 5:02:47 PM (17 years ago)
Author:
rosiere
Message:

Station de reservation : systemC et VHDL ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Vhdl_set_alias.cpp

    r43 r69  
    2727    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2828  };
     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  };
    2939 
    3040}; // end namespace behavioural         
Note: See TracChangeset for help on using the changeset viewer.