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

Last change on this file was 82, checked in by rosiere, 16 years ago
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File size: 465 bytes
RevLine 
[2]1#ifdef VHDL
2/*
3 * $Id$
4 *
[73]5 * [ Description ]
[2]6 *
7 */
8
9#include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
10
11namespace morpheo {
12namespace behavioural {
13@NAMESPACE_BEGIN
14
[53]15#undef  FUNCTION
16#define FUNCTION "@COMPONENT::vhdl_declaration"
[50]17  void @COMPONENT::vhdl_declaration (Vhdl * & vhdl)
[2]18  {
[82]19    log_begin(@COMPONENT,FUNCTION);
20    log_end(@COMPONENT,FUNCTION);
[2]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.