source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Select_Priority_Fixed_vhdl_declaration.cpp @ 11

Last change on this file since 11 was 10, checked in by rosiere, 18 years ago
File size: 671 bytes
RevLine 
[10]1#ifdef VHDL
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Select/Priority_Fixed/include/Priority_Fixed.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace select {
15namespace priority_fixed {
16
17
18  void Priority_Fixed::vhdl_declaration (Vhdl & vhdl)
19  {
20    log_printf(FUNC,Priority_Fixed,"vhdl_declaration","Begin");
21
22    vhdl.set_signal("internal_entity",_param._size_entity+1);
23
24    log_printf(FUNC,Priority_Fixed,"vhdl_declaration","End");
25  };
26
27}; // end namespace priority_fixed
28}; // end namespace select
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.