source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/src/RegisterFile_Multi_Banked_Glue_vhdl_declaration.cpp @ 15

Last change on this file since 15 was 15, checked in by rosiere, 17 years ago

Interface normalisé
Début du banc de registres multi niveaux

File size: 846 bytes
Line 
1#ifdef VHDL
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/RegisterFile_Multi_Banked_Glue/include/RegisterFile_Multi_Banked_Glue.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace registerfile{
15namespace registerfile_multi_banked {
16namespace registerfile_multi_banked_glue {
17
18
19  void RegisterFile_Multi_Banked_Glue::vhdl_declaration (Vhdl & vhdl)
20  {
21    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"vhdl_declaration","Begin");
22    log_printf(FUNC,RegisterFile_Multi_Banked_Glue,"vhdl_declaration","End");
23  };
24
25}; // end namespace registerfile_multi_banked_glue
26}; // end namespace registerfile_multi_banked
27}; // end namespace registerfile
28}; // end namespace generic
29
30}; // end namespace behavioural
31}; // end namespace morpheo             
32#endif
Note: See TracBrowser for help on using the repository browser.