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

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

Ajout de Read_queue

  • seulement en systemC
  • validé
File size: 844 bytes
Line 
1#ifdef VHDL
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_body (Vhdl * & vhdl)
22  {
23    log_printf(FUNC,Read_queue,"vhdl_body","Begin");
24    vhdl->set_body ("");
25    log_printf(FUNC,Read_queue,"vhdl_body","End");
26  };
27
28}; // end namespace read_queue
29}; // end namespace read_unit
30}; // end namespace multi_read_unit
31}; // end namespace execute_loop
32}; // end namespace multi_execute_loop
33}; // end namespace core
34
35}; // end namespace behavioural
36}; // end namespace morpheo             
37#endif
Note: See TracBrowser for help on using the repository browser.