Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r81 r88  
    99
    1010#include "Behavioural/include/Vhdl.h"
     11#include "Common/include/Environment.h"
    1112#include <sstream>
    1213#include <fstream>
     
    1920    log_printf(FUNC,Behavioural,"generate_file_package","Begin");
    2021
     22    directory();
     23
    2124    std::string name     = _name + "_Pack";
    22     std::string filename = name + ".vhdl";
     25    std::string filename = MORPHEO_VHDL + "/" + name + ".vhdl";
    2326
    24     std::cout << "Generate file \""<< filename << "\"" << std::endl;
     27    msg_printf(INFORMATION,_("Generate file \"%s\"."),filename.c_str());
    2528
    2629    std::ofstream file;
Note: See TracChangeset for help on using the changeset viewer.