source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_vhdl_body.cpp @ 88

Last change on this file since 88 was 88, checked in by rosiere, 15 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 722 bytes
Line 
1#ifdef VHDL
2/*
3 * $Id: Commit_unit_vhdl_body.cpp 88 2008-12-10 18:31:39Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/include/Commit_unit.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace core {
14namespace multi_ooo_engine {
15namespace ooo_engine {
16namespace commit_unit {
17
18
19#undef  FUNCTION
20#define FUNCTION "Commit_unit::vhdl_body"
21  void Commit_unit::vhdl_body (Vhdl * & vhdl)
22  {
23    log_begin(Commit_unit,FUNCTION);
24    vhdl->set_body ("");
25    log_end(Commit_unit,FUNCTION);
26  };
27
28}; // end namespace commit_unit
29}; // end namespace ooo_engine
30}; // end namespace multi_ooo_engine
31}; // end namespace core
32
33}; // end namespace behavioural
34}; // end namespace morpheo             
35#endif
Note: See TracBrowser for help on using the repository browser.