Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
Location:
trunk/IPs/systemC/Environment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Makefile.Environment

    r81 r82  
    11include                         $(MORPHEO_TOPLEVEL)/Makefile.tools
    2 include                         $(MORPHEO_IPS)/processor/Morpheo/Behavioural/Makefile.flags
     2include                         $(MORPHEO_TOPLEVEL)/IPs/systemC/processor/Morpheo/Behavioural/Makefile.flags
    33
    44#-----[ Directory ]----------------------------------------
  • trunk/IPs/systemC/Environment/TTY/src/TTY.cpp

    r81 r82  
    4545               
    4646                std::cerr << "<Tty> Error in the creation of tty" << std::endl
    47                           << "Test if environment's variable $PATH is set with ${MORPHEO_IPS}/Environment/TTY/xtty" << std::endl;
     47                          << "Test if environment's variable $PATH is set with ${MORPHEO_TOPLEVEL}/IPs/systemC/Environment/TTY/xtty" << std::endl;
    4848                exit (1);
    4949              }
Note: See TracChangeset for help on using the changeset viewer.