source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_vhdl_body.cpp @ 50

Last change on this file since 50 was 50, checked in by rosiere, 17 years ago

Changement dans le répertoire "New_Component" afin que les composants nouvellement crées peuvent compiler

File size: 471 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  void @COMPONENT::vhdl_body (Vhdl * & vhdl)
16  {
17    log_printf(FUNC,@COMPONENT,"vhdl_body","Begin");
18    vhdl->set_body ("");
19    log_printf(FUNC,@COMPONENT,"vhdl_body","End");
20  };
21
22@NAMESPACE_END
23}; // end namespace behavioural
24}; // end namespace morpheo             
25#endif
Note: See TracBrowser for help on using the repository browser.