source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/XML.cpp @ 3

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

1) Ajout d'un "printer" XML pour la configuration de paramètres

2) Fin du composant "Two_Level_Branch_Predictor"

validation * systemc

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