source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Vhdl_Testbench_set_output.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: 592 bytes
Line 
1#ifdef VHDL_TESTBENCH
2
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/include/Vhdl_Testbench.h"
11
12#include <sstream>
13using namespace std;
14
15namespace morpheo              {
16namespace behavioural          {
17 
18//   void Vhdl_Testbench::set_output (void)
19//   {
20//     string text = "";
21
22//     while (_list_output_cycle.empty() == false)
23//       {
24//      text += _list_output_cycle.front();
25
26//      _list_output_cycle.pop_front();
27//       }
28
29//     _list_output.push_back(text);
30//   };
31 
32}; // end namespace behavioural         
33}; // end namespace morpheo             
34
35#endif
Note: See TracBrowser for help on using the repository browser.