source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/src/New_Component_vhdl_body.cpp @ 76

Last change on this file since 76 was 76, checked in by rosiere, 16 years ago

Add new component : Read_unit (no tested)
Change functionnal_unit : now use type and operation to execute the good function
Change New_Component's script

File size: 523 bytes
Line 
1#ifdef VHDL
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
10
11namespace morpheo                    {
12namespace behavioural {
13@NAMESPACE_BEGIN
14
15#undef  FUNCTION
16#define FUNCTION "@COMPONENT::vhdl_body"
17  void @COMPONENT::vhdl_body (Vhdl * & vhdl)
18  {
19    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
20    vhdl->set_body ("");
21    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
22  };
23
24@NAMESPACE_END
25}; // end namespace behavioural
26}; // end namespace morpheo             
27#endif
Note: See TracBrowser for help on using the repository browser.