source: trunk/IPs/systemC/processor/Morpheo/TopLevel/src/Morpheo_simulation_end.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: 370 bytes
Line 
1#ifdef SYSTEMC
2/*
3 * $Id: Morpheo_simulation_end.cpp 88 2008-12-10 18:31:39Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "TopLevel/include/Morpheo.h"
10#include "Behavioural/include/Simulation.h"
11
12namespace morpheo {
13
14  using namespace behavioural;
15
16#undef  FUNCTION
17#define FUNCTION "Morpheo::simulation_end"
18  bool Morpheo::simulation_end (void)
19  {
20    return simulation_test_end();
21  };
22
23}; // end namespace morpheo
24#endif
Note: See TracBrowser for help on using the repository browser.