source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interface_set_comment.cpp @ 42

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

Modification des classes d'encapsulation des interfaces :

  • gère les signaux à écrire dans le vhdl
  • les traces pour le testbench
  • la génération des vhdl structurelles

-> test sur la Pattern History Table

File size: 463 bytes
Line 
1#ifdef POSITION
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Interface.h"
10
11
12namespace morpheo              {
13namespace behavioural          {
14
15  void Interface::set_comment (string comment)
16  {
17    log_printf(FUNC,Behavioural,"set_comment","Begin");
18    _comment = _comment + comment;
19    log_printf(FUNC,Behavioural,"set_comment","End");
20  };
21
22}; // end namespace behavioural         
23}; // end namespace morpheo             
24#endif
Note: See TracBrowser for help on using the repository browser.