# # Set paths to the Y86 translators and simulators (ksh version) # Usage: "source Y86path.ksh" # Or you can add the following lines to your .kshrc file. # # Set this to point to your copy of the simulator SIMDIR=/afs/cs/academic/class/15349-s02/sim # No need to change these PATH=${SIMDIR}/misc:${PATH} PATH=${SIMDIR}/seq:${PATH} PATH=${SIMDIR}/pipe:${PATH} PATH=${SIMDIR}/ptest:${PATH}:.