URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [dot_profile] - Rev 135
Compare with Previous | Blame | View Log
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
export XILINX=/opt/Xilinx/13.3/ISE_DS/ISE
export XILINX_DSP=$XILINX
export PATH=${PATH}:${XILINX}/bin/lin:${XILINX}/sysgen/util
PATH="$PWD/tools/bin:$PATH"
export PATH
MAXMEM="2048"
JAVA_FLAGS=" -ms5m -Xmx${MAXMEM}m "
export JAVA_FLAGS
EDAUTILS_ROOT="$PWD/tools/www.edautils.com/DesignPlayer/28APR2013"
export EDAUTILS_ROOT
CLASSPATH=${EDAUTILS_ROOT}/lib/designplayer.jar
export CLASSPATH
arch=`java -jar ${EDAUTILS_ROOT}/lib/myplatform.jar`
PATH="${EDAUTILS_ROOT}/bin:${EDAUTILS_ROOT}/$arch/bin:$PATH"
export PATH