Changeset 82 for trunk/environment.sh


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/environment.sh

    r81 r82  
    2626# Export environement
    2727export MORPHEO_TOPLEVEL=${PWD}
    28 export MORPHEO_PLATFORMS=${MORPHEO_TOPLEVEL}/Platforms
    29 export MORPHEO_SOFTWARE=${MORPHEO_TOPLEVEL}/Softwares
    30 export MORPHEO_IPS=${MORPHEO_TOPLEVEL}/IPs/systemC
    31 export MORPHEO_SCRIPT=${MORPHEO_IPS}/processor/Morpheo/Script
     28#export MORPHEO_PLATFORMS=${MORPHEO_TOPLEVEL}/Platforms
     29#export MORPHEO_SOFTWARE=${MORPHEO_TOPLEVEL}/Softwares
     30#export MORPHEO_IPS=${MORPHEO_TOPLEVEL}/IPs/systemC
     31export MORPHEO_SCRIPT=${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Script
    3232export MORPHEO_HOME=${HOME}/.morpheo
    3333
     
    3737echo "Modification of environement's variable : "
    3838echo " - MORPHEO_TOPLEVEL    is set to ${MORPHEO_TOPLEVEL} "
    39 echo " - MORPHEO_PLATFORMS   is set to ${MORPHEO_PLATFORMS}"
    40 echo " - MORPHEO_SOFTWARE    is set to ${MORPHEO_SOFTWARE} "
    41 echo " - MORPHEO_IPS         is set to ${MORPHEO_IPS}      "
     39#echo " - MORPHEO_PLATFORMS   is set to ${MORPHEO_PLATFORMS}"
     40#echo " - MORPHEO_SOFTWARE    is set to ${MORPHEO_SOFTWARE} "
     41#echo " - MORPHEO_IPS         is set to ${MORPHEO_IPS}      "
    4242echo " - MORPHEO_SCRIPT      is set to ${MORPHEO_SCRIPT}   "
    4343echo " - MORPHEO_HOME        is set to ${MORPHEO_HOME}     "
     
    5252fi;
    5353
    54 MORPHEO_XTTY=${MORPHEO_IPS}/Environment/TTY/xtty
     54MORPHEO_XTTY=${MORPHEO_TOPLEVEL}/IPs/systemC/Environment/TTY/xtty
    5555
    5656echo ${PATH} |grep -q ${MORPHEO_XTTY};
Note: See TracChangeset for help on using the changeset viewer.