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

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

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

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