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/ISEexport XILINX_DSP=$XILINXexport PATH=${PATH}:${XILINX}/bin/lin:${XILINX}/sysgen/utilPATH="$PWD/tools/bin:$PATH"export PATHMAXMEM="2048"JAVA_FLAGS=" -ms5m -Xmx${MAXMEM}m "export JAVA_FLAGSEDAUTILS_ROOT="$PWD/tools/www.edautils.com/DesignPlayer/28APR2013"export EDAUTILS_ROOTCLASSPATH=${EDAUTILS_ROOT}/lib/designplayer.jarexport CLASSPATHarch=`java -jar ${EDAUTILS_ROOT}/lib/myplatform.jar`PATH="${EDAUTILS_ROOT}/bin:${EDAUTILS_ROOT}/$arch/bin:$PATH"export PATH
