summaryrefslogblamecommitdiffstats
path: root/sim-scripts/h8sim.in
blob: 9e936b9a86cff4822904acc2b0204682ea1bd195 (plain) (tree)
1
2
3
4
5
6
7


                       
 
         
 
           









                
                     

                         
                         


                           
               
 
#
#  H8300/h8sim Support 
#

runARGS()
{
  echo ${1}
}

checkBSPFaults()
{
  return 0
}

bspLimit()
{
  testname=$1
  case ${testname} in
    *stackchk*)limit=5 ;;
    *fatal*)   limit=1 ;;
    *minimum*) limit=1 ;;
    *psxtime*) limit=180 ;;
    *)         limit=60 ;;
  esac
  echo ${limit}
}