source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_vhdl_testbench_transition.cpp @ 44

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

Modification des classes d'encapsulation des interfaces.
Stable sur tous les composants actuels

File size: 591 bytes
Line 
1#ifdef VHDL_TESTBENCH
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
10
11namespace morpheo                    {
12namespace behavioural {
13@NAMESPACE_BEGIN
14
15  void @COMPONENT::vhdl_testbench_transition ()
16  {
17    log_printf(FUNC,@COMPONENT,"vhdl_testbench_transition","Begin");
18
19    // Evaluation before read the ouput signal
20//     sc_start(0);
21
22    _interfaces->testbench();
23
24    log_printf(FUNC,@COMPONENT,"vhdl_testbench_transition","End");
25  };
26
27@NAMESPACE_END
28}; // end namespace behavioural
29}; // end namespace morpheo             
30#endif
Note: See TracBrowser for help on using the repository browser.