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

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

Import Morpheo

File size: 401 bytes
Line 
1#ifdef VHDL
2
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/include/Vhdl.h"
11
12#include <sstream>
13using namespace std;
14
15namespace morpheo              {
16namespace behavioural          {
17 
18  string Vhdl::get_type (uint32_t depth)
19  {
20    return get_list (_list_type, depth, ";", true);
21  };
22 
23}; // end namespace behavioural         
24}; // end namespace morpheo             
25
26#endif
Note: See TracBrowser for help on using the repository browser.