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

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

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

File size: 824 bytes
RevLine 
[10]1#ifdef SYSTEMC
2#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
3/*
4 * $Id$
5 *
6 * [ Description ]
7 *
8 */
9
[15]10#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
[10]11
12namespace morpheo                    {
13namespace behavioural {
14namespace generic {
15namespace select {
[15]16namespace select_priority_fixed {
[10]17
18
[15]19  void Select_Priority_Fixed::transition (void)
[10]20  {
[15]21    log_printf(FUNC,Select_Priority_Fixed,"transition","Begin");
[10]22
23#ifdef STATISTICS
24    _stat->add();
25#endif   
26
27#ifdef VHDL_TESTBENCH
28    vhdl_testbench_transition ();
29#endif
30
[15]31    log_printf(FUNC,Select_Priority_Fixed,"transition","End");
[10]32  };
33
[15]34}; // end namespace select_priority_fixed
[10]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.