source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Shifter/src/Shifter_statistics.cpp @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 449 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Shifter/include/Shifter.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace generic {
14namespace shifter {
15
16
17  string Shifter::statistics (uint32_t depth)
18  {
19    return _stat->print(depth);
20  };
21
22}; // end namespace shifter
23}; // end namespace generic
24
25}; // end namespace behavioural
26}; // end namespace morpheo             
27#endif
Note: See TracBrowser for help on using the repository browser.