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

Last change on this file was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 724 bytes
RevLine 
[10]1#ifdef VHDL
2/*
3 * $Id: Select_Priority_Fixed_vhdl_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
[15]9#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
[10]10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace select {
[15]15namespace select_priority_fixed {
[10]16
17
[29]18  void Select_Priority_Fixed::vhdl_declaration (Vhdl * & vhdl)
[10]19  {
[15]20    log_printf(FUNC,Select_Priority_Fixed,"vhdl_declaration","Begin");
[10]21
[57]22    vhdl->set_signal("internal_entity",_param->_size_entity+1);
[10]23
[15]24    log_printf(FUNC,Select_Priority_Fixed,"vhdl_declaration","End");
[10]25  };
26
[15]27}; // end namespace select_priority_fixed
[10]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.