source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/src/RegisterFile_Multi_Banked_vhdl_declaration.cpp @ 10

Last change on this file since 10 was 10, checked in by rosiere, 17 years ago
File size: 631 bytes
Line 
1#ifdef VHDL
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/RegisterFile_Multi_Banked/include/RegisterFile_Multi_Banked.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace registerfile_multi_banked {
15
16
17  void RegisterFile_Multi_Banked::vhdl_declaration (Vhdl & vhdl)
18  {
19    log_printf(FUNC,RegisterFile_Multi_Banked,"vhdl_declaration","Begin");
20    log_printf(FUNC,RegisterFile_Multi_Banked,"vhdl_declaration","End");
21  };
22
23}; // end namespace registerfile_multi_banked
24}; // end namespace generic
25
26}; // end namespace behavioural
27}; // end namespace morpheo             
28#endif
Note: See TracBrowser for help on using the repository browser.