Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Simulator_toXML.cpp

    r88 r131  
    77
    88#include "Behavioural/Configuration/include/Simulator.h"
     9#include "Common/include/Basename.h"
    910
    1011namespace morpheo {
     
    1617  XML Simulator::toXML (void)
    1718  {
    18     XML xml (basename(_filename.c_str()));
    19     xml.filename_extension("");
     19    XML xml (basename(_filename,false).c_str());
     20    xml.filename_extension("sim");
    2021   
    2122    xml.balise_open("parameters");
Note: See TracChangeset for help on using the changeset viewer.