source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interface_get_comment.cpp @ 29

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

Changement de classes de gestions des Interfaces.

-> simplification pour les déclarations de ports, application pour le composant Select_Priority_Fixed.
-> !!! essayer de supprimer la redondance dans les fichierx xxx_vhdl_testbench_transition.cpp

File size: 308 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Interface.h"
9
10
11namespace morpheo              {
12namespace behavioural          {
13
14  string Interface::get_comment (void)
15  {
16    return _comment;
17  };
18
19}; // end namespace behavioural         
20}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.