Ignore:
Timestamp:
Jun 17, 2009, 2:11:25 PM (15 years ago)
Author:
rosiere
Message:

1) Add test and configuration
2) Fix Bug
3) Add log file in load store unit
4) Fix Bug in environment

File:
1 edited

Legend:

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

    r88 r124  
    88#include "Behavioural/include/XML.h"
    99#include "Common/include/ErrorMorpheo.h"
     10#include "Common/include/Filename.h"
    1011#include <fstream>
    1112
     
    2122    header (encoding);
    2223
    23     std::string filename = dirname + "/" + _name + _filename_extension;
     24    std::string filename = morpheo::filename(dirname,
     25                                             _name,
     26                                             "",
     27                                             _filename_extension,
     28                                             _simulation_file_with_date,
     29                                             _simulation_file_with_pid ,
     30                                             true);
    2431
    2532    msg_printf(INFORMATION,_("Generate file \"%s\"."),filename.c_str());
Note: See TracChangeset for help on using the changeset viewer.