source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Select_Priority_Fixed_transition.cpp @ 15

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

Interface normalisé
Début du banc de registres multi niveaux

File size: 824 bytes
Line 
1#ifdef SYSTEMC
2#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
10#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
11
12namespace morpheo                    {
13namespace behavioural {
14namespace generic {
15namespace select {
16namespace select_priority_fixed {
17
18
19  void Select_Priority_Fixed::transition (void)
20  {
21    log_printf(FUNC,Select_Priority_Fixed,"transition","Begin");
22
23#ifdef STATISTICS
24    _stat->add();
25#endif   
26
27#ifdef VHDL_TESTBENCH
28    vhdl_testbench_transition ();
29#endif
30
31    log_printf(FUNC,Select_Priority_Fixed,"transition","End");
32  };
33
34}; // end namespace select_priority_fixed
35}; // end namespace select
36}; // end namespace generic
37
38}; // end namespace behavioural
39}; // end namespace morpheo             
40#endif
41#endif
Note: See TracBrowser for help on using the repository browser.