summaryrefslogtreecommitdiffstats
path: root/sim-scripts/sis.in
blob: 3ebb4fc380f1c846221f20967356afe5131d8eec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
#  SPARC/SIS Support 
#
#  $Id$
#

runARGS()
{
  echo "-m 64 ${1}"
}

checkBSPFaults()
{
  return 0
}

bspLimit()
{
  testname=$1
  case ${testname} in
    *)         limit=180 ;;
  esac
  echo ${limit}
}