source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Configuration_getParamStatistics.cpp @ 146

Last change on this file since 146 was 146, checked in by rosiere, 13 years ago

1) Integration of RegisterFile_Internal_Banked in RegisterFile?
2) Erase "read_write" interface in RegisterFile_Monolithic component
3) Add smith predictor parameters in Load_store_pointer_unit.
4) Fix not statistics flags

  • Property svn:keywords set to Id
File size: 495 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id: Configuration_getParamStatistics.cpp 146 2011-02-01 20:57:54Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Configuration/include/Configuration.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace configuration {
14
15#undef  FUNCTION
16#define FUNCTION "Configuration::toFile"
17  morpheo::behavioural::Parameters_Statistics * Configuration::getParamStatistics (void)
18  {
19    return _param_statistics;
20  };
21
22}; // end namespace configuration
23}; // end namespace behavioural
24}; // end namespace morpheo             
25#endif
Note: See TracBrowser for help on using the repository browser.