diff config/bm/Pygar/processor_test/audio_core_benchmark.cfx @ 32:0c775e733b81 pygar svn.33

[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author punk
date Mon, 03 May 2010 09:53:56 -0400
parents f41eef1bebfc
children 1a21b4cd85ee
line wrap: on
line diff
     1.1 --- a/config/bm/Pygar/processor_test/audio_core_benchmark.cfx	Sat May 01 11:50:20 2010 -0400
     1.2 +++ b/config/bm/Pygar/processor_test/audio_core_benchmark.cfx	Mon May 03 09:53:56 2010 -0400
     1.3 @@ -21,14 +21,16 @@
     1.4  	      "smipsv2_andi",
     1.5  	      "smipsv2_and",
     1.6  	      "smipsv2_beq",
     1.7 -	      "smipsv2_bgez");
     1.8 +	      "smipsv2_bgez",
     1.9 +	      "smipsv2_bgtz",
    1.10 +	      "smipsv2_blez");
    1.11  
    1.12  my @bmarks = ("null.wav", "reuben_james_1sec.wav");
    1.13  
    1.14  foreach my $test (@tests) {
    1.15      $gcfg->add(name => $test,
    1.16                 tree => [ "tests" ],
    1.17 -               setup => "scripts/setup-mit-6.375-bmark-processor --group instruction-tests --isa smips $test --compare=1 data=../benchmarks/audio_processor_test/$test $test --linkto=../tools/audio_processor_test/null/checker", 
    1.18 +               setup => "scripts/setup-mit-6.375-bmark-audio-core --group instruction-tests --isa smips $test --compare=1 --data=../benchmarks/audio_processor_test/reuben_james_quarter_sec.wav --linkto=../tools/audio_processor_test/null/checker", 
    1.19                 feeder => "vcs",
    1.20                 feedflags => "program.0/${test}.smips.vmh",
    1.21  	       ccount => 800000,