source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue/src/Read_queue_vhdl_testbench_transition.cpp @ 54

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

Ajout de Read_queue

  • seulement en systemC
  • validé
File size: 964 bytes
Line 
1#ifdef VHDL_TESTBENCH
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue/include/Read_queue.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace core {
14namespace multi_execute_loop {
15namespace execute_loop {
16namespace multi_read_unit {
17namespace read_unit {
18namespace read_queue {
19
20
21  void Read_queue::vhdl_testbench_transition ()
22  {
23    log_printf(FUNC,Read_queue,"vhdl_testbench_transition","Begin");
24
25    // Evaluation before read the ouput signal
26//     sc_start(0);
27
28    _interfaces->testbench();
29
30    log_printf(FUNC,Read_queue,"vhdl_testbench_transition","End");
31  };
32
33}; // end namespace read_queue
34}; // end namespace read_unit
35}; // end namespace multi_read_unit
36}; // end namespace execute_loop
37}; // end namespace multi_execute_loop
38}; // end namespace core
39
40}; // end namespace behavioural
41}; // end namespace morpheo             
42#endif
Note: See TracBrowser for help on using the repository browser.