diff config/bm/Pygar/processor_test/audio_core_benchmark.cfx @ 34:1a21b4cd85ee pygar svn.35

[svn r35] fixed the perl scripts and c files to handle multiple voices
author rlm
date Tue, 04 May 2010 12:08:19 -0400
parents 0c775e733b81
children 7ac38b0f93fa
line wrap: on
line diff
     1.1 --- a/config/bm/Pygar/processor_test/audio_core_benchmark.cfx	Tue May 04 10:13:53 2010 -0400
     1.2 +++ b/config/bm/Pygar/processor_test/audio_core_benchmark.cfx	Tue May 04 12:08:19 2010 -0400
     1.3 @@ -25,12 +25,12 @@
     1.4  	      "smipsv2_bgtz",
     1.5  	      "smipsv2_blez");
     1.6  
     1.7 -my @bmarks = ("null.wav", "reuben_james_1sec.wav");
     1.8 +my @bmarks = ("null.wav", "reuben_james_1sec.wav", "rlp.wav");
     1.9  
    1.10  foreach my $test (@tests) {
    1.11      $gcfg->add(name => $test,
    1.12                 tree => [ "tests" ],
    1.13 -               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.14 +               setup => "scripts/setup-mit-6.375-bmark-audio-core --group instruction-tests --isa smips $test --compare=1 --data=../benchmarks/audio_processor_test/rlp.wav --linkto=../tools/audio_processor_test/null/checker", 
    1.15                 feeder => "vcs",
    1.16                 feedflags => "program.0/${test}.smips.vmh",
    1.17  	       ccount => 800000,