source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Vhdl.cpp @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 358 bytes
Line 
1#ifdef VHDL
2
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/include/Vhdl.h"
11
12namespace morpheo              {
13namespace behavioural          {
14
15  Vhdl::Vhdl  (string                name):
16    _name   (name)
17  {
18  };
19 
20  Vhdl::~Vhdl ()
21  {
22  };
23 
24
25}; // end namespace behavioural         
26}; // end namespace morpheo             
27
28#endif
Note: See TracBrowser for help on using the repository browser.