comparison config/bm/Pygar/processor_test/audio_core_benchmark.cfx @ 40:7ac38b0f93fa pygar svn.41

[svn r41] made perl build script automatically generate program.vmh
author rlm
date Tue, 04 May 2010 19:53:09 -0400
parents 1a21b4cd85ee
children 97d1959f7c5c
comparison
equal deleted inserted replaced
39:5a30f173bbac 40:7ac38b0f93fa
28 my @bmarks = ("null.wav", "reuben_james_1sec.wav", "rlp.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/rlp.wav --linkto=../tools/audio_processor_test/null/checker", 33 setup => "scripts/setup-mit-6.375-bmark-audio-core --group instruction-tests --isa smips $test --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 }