comparison 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
comparison
equal deleted inserted replaced
33:2c8166d205d5 34:1a21b4cd85ee
23 "smipsv2_beq", 23 "smipsv2_beq",
24 "smipsv2_bgez", 24 "smipsv2_bgez",
25 "smipsv2_bgtz", 25 "smipsv2_bgtz",
26 "smipsv2_blez"); 26 "smipsv2_blez");
27 27
28 my @bmarks = ("null.wav", "reuben_james_1sec.wav"); 28 my @bmarks = ("null.wav", "reuben_james_1sec.wav", "rlp.wav");
29 29
30 foreach my $test (@tests) { 30 foreach my $test (@tests) {
31 $gcfg->add(name => $test, 31 $gcfg->add(name => $test,
32 tree => [ "tests" ], 32 tree => [ "tests" ],
33 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", 33 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",
34 feeder => "vcs", 34 feeder => "vcs",
35 feedflags => "program.0/${test}.smips.vmh", 35 feedflags => "program.0/${test}.smips.vmh",
36 ccount => 800000, 36 ccount => 800000,
37 ); 37 );
38 } 38 }