source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Shifter/src/Shifter_transition.cpp @ 75

Last change on this file since 75 was 75, checked in by rosiere, 16 years ago

Update all component (except front_end) to :

  • new statistics model
  • no namespace std
File size: 538 bytes
Line 
1#ifdef SYSTEMC
2#if (defined(STATISTICS) || defined (VHDL_TESTBENCH))
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/Generic/Shifter/include/Shifter.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace generic {
15namespace shifter {
16
17
18  void Shifter::transition (void)
19  {
20#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
21    end_cycle ();
22#endif
23  };
24
25}; // end namespace shifter
26}; // end namespace generic
27}; // end namespace behavioural
28}; // end namespace morpheo             
29#endif
30#endif
Note: See TracBrowser for help on using the repository browser.