source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/src/New_Component_vhdl_declaration.cpp @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 493 bytes
Line 
1#ifdef VHDL
2/*
3 * $Id: New_Component_vhdl_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $
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_declaration"
17  void @COMPONENT::vhdl_declaration (Vhdl * & vhdl)
18  {
19    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
20    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
21  };
22
23@NAMESPACE_END
24}; // end namespace behavioural
25}; // end namespace morpheo             
26#endif
Note: See TracBrowser for help on using the repository browser.