Ignore:
Timestamp:
Dec 5, 2007, 1:40:16 PM (17 years ago)
Author:
rosiere
Message:

register_unit : systemc et VHDL ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h

    r44 r65  
    1818#include "Common/include/ToString.h"
    1919#include "Common/include/Debug.h"
     20#include "Common/include/ErrorMorpheo.h"
    2021
    2122using namespace std;
     
    127128  public    : void             set_body_component_port_map (list<string> & list_port_map      ,
    128129                                                            string         name_port          ,
    129                                                             string         name_signal        );
     130                                                            uint32_t       size_port          ,
     131                                                            string         name_signal        ,
     132                                                            uint32_t       size_signal        );
    130133
    131134  private   : string           get_library_ieee            (uint32_t    depth                 );
Note: See TracChangeset for help on using the changeset viewer.