source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Parameters.cpp @ 29

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

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

File size: 321 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Parameters.h"
9
10namespace morpheo              {
11namespace behavioural          {
12
13  Parameters::Parameters  (void)
14  {
15  };
16
17  Parameters::~Parameters () 
18  {
19  };
20
21}; // end namespace behavioural         
22}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.