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
RevLine 
[10]1#ifdef VHDL_TESTBENCH
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
[15]9#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
[10]10
11namespace morpheo                    {
12namespace behavioural {
13namespace generic {
14namespace select {
[15]15namespace select_priority_fixed {
[10]16
17
[15]18  void Select_Priority_Fixed::vhdl_testbench_transition ()
[10]19  {
[15]20    log_printf(FUNC,Select_Priority_Fixed,"vhdl_testbench_transition","Begin");
[10]21
22    // Evaluation before read the ouput signal
[44]23//     sc_start(0);
[10]24
[41]25    _interfaces->testbench();
[38]26
[15]27    log_printf(FUNC,Select_Priority_Fixed,"vhdl_testbench_transition","End");
[10]28  };
29
[15]30}; // end namespace select_priority_fixed
[10]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.