source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Simulation_end_cycle.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: 501 bytes
Line 
1#ifdef SYSTEMC
2/*
3 * $Id: Simulation_end_cycle.cpp 88 2008-12-10 18:31:39Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Simulation.h"
10
11namespace morpheo              {
12namespace behavioural          {
13
14//   void Simulation::end_cycle (double nb_instruction_commited)
15//   {
16//     // must test if _simulation_nb_instruction_commited is allocate
17//     (*_simulation_nb_instruction_commited) [_num_context] += nb_instruction_commited;
18//   }
19
20}; // end namespace behavioural         
21}; // end namespace morpheo             
22
23#endif
Note: See TracBrowser for help on using the repository browser.