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_get_header.cpp

    r85 r88  
    3232    text += "-- "+toString(_("File : "))            + filename  +"\n";
    3333    text += "-- "+toString(_("Date : "))            + ctime (&current_time );
    34     text += "-- "+toString(_("Morpheo version : ")) + MORPHEO_VERSION +"\n";
     34    text += "-- "+toString(_("Morpheo version : ")) + MORPHEO_HEADER +"\n";
    3535    text += "-- "+toString(_("Comment : "))         + _("it's a autogenerated file, don't modify") +"\n";
    3636    text += "-------------------------------------------------------------------------------\n";
     
    3838    log_printf(FUNC,Behavioural,FUNCTION,"End");
    3939
    40     return text.str();
     40    return text;
    4141  };
    4242 
Note: See TracChangeset for help on using the changeset viewer.