제가 simplescalar와 spec2000을 이용하여 테스트를 하고 있습니다.
그런데 cygwin이나 ubuntu를 이용하여 테스트를 하려고 하고있습니다 제 shell script는
#!/bin/sh
if [ $# -eq 1 ]
then
#RESULT_DIR=result/`date '+%Y%m%d_%H%M%S'`
RESULT_DIR=result/$1
SPEC_GZIP_DIR=spec2k/gzip
SPEC_GZIP=${SPEC_GZIP_DIR}/gzip
SPEC_GZIP_INPUT="source graphic random program"
SPEC_GCC_DIR=spec2k/gcc
SPEC_GCC=${SPEC_GCC_DIR}/cc1
SPEC_GCC_INPUT="166 200 expr integrate scilab"
SS_OO=simplesim-3.0/sim-outorder
SS_OO_CONFIG="-config $1"