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