source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Select_Priority_Fixed_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: 801 bytes
Line 
1#ifdef VHDL_TESTBENCH
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace generic {
14namespace select {
15namespace select_priority_fixed {
16
17
18  void Select_Priority_Fixed::vhdl_testbench_transition ()
19  {
20    log_printf(FUNC,Select_Priority_Fixed,"vhdl_testbench_transition","Begin");
21
22    // Evaluation before read the ouput signal
23//     sc_start(0);
24
25    _interfaces->testbench();
26
27    log_printf(FUNC,Select_Priority_Fixed,"vhdl_testbench_transition","End");
28  };
29
30}; // end namespace select_priority_fixed
31}; // end namespace select
32}; // end namespace generic
33
34}; // end namespace behavioural
35}; // end namespace morpheo             
36#endif
Note: See TracBrowser for help on using the repository browser.