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

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

Vhdl_Testbench : Modification du testbench. Maintenant complétement encapsuler dans la classe "Interfaces".
Suppression de la class Vhdl_Testbench dans un avenir proche :D
Suppression du répertoire Configuration.old

File size: 670 bytes
RevLine 
[10]1#ifdef VHDL
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
[15]9#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
[10]10
[29]11namespace morpheo {
[10]12namespace behavioural {
13namespace generic {
14namespace select {
[15]15namespace select_priority_fixed {
[10]16
[29]17  void Select_Priority_Fixed::vhdl_port (Vhdl * & vhdl)
[10]18  {
[15]19    log_printf(FUNC,Select_Priority_Fixed,"vhdl_port","Begin");
[10]20
[31]21    _interfaces->set_port(vhdl);
[40]22
[29]23   log_printf(FUNC,Select_Priority_Fixed,"vhdl_port","End");
[10]24  };
25
[15]26}; // end namespace select_priority_fixed
[10]27}; // end namespace select
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.