comparison config/bm/Pygar/processor_test/audio_core_benchmark.cfx @ 47:97d1959f7c5c pygar svn.48

[svn r48] changed sctipt to use our own programs, changed rlp.wav and rlp1.wav to be shorter
author rlm
date Wed, 05 May 2010 13:23:58 -0400
parents 7ac38b0f93fa
children
comparison
equal deleted inserted replaced
46:adcfa79d2c67 47:97d1959f7c5c
9 use Asim; 9 use Asim;
10 use strict; 10 use strict;
11 11
12 my $gcfg = Asim::GenCFG->new(); 12 my $gcfg = Asim::GenCFG->new();
13 13
14 my @tests = ("smipsv1_simple", 14 my @tests = (
15 "thru",
16 "smipsv1_simple",
15 "smipsv1_addiu", 17 "smipsv1_addiu",
16 "smipsv1_bne", 18 "smipsv1_bne",
17 "smipsv1_lw", 19 "smipsv1_lw",
18 "smipsv1_sw", 20 "smipsv1_sw",
19 "smipsv2_addiu", 21 "smipsv2_addiu",
24 "smipsv2_bgez", 26 "smipsv2_bgez",
25 "smipsv2_bgtz", 27 "smipsv2_bgtz",
26 "smipsv2_blez"); 28 "smipsv2_blez");
27 29
28 my @bmarks = ("null.wav", "reuben_james_1sec.wav", "rlp.wav"); 30 my @bmarks = ("null.wav", "reuben_james_1sec.wav", "rlp.wav");
31
32
33
34
35
36
29 37
30 foreach my $test (@tests) { 38 foreach my $test (@tests) {
31 $gcfg->add(name => $test, 39 $gcfg->add(name => $test,
32 tree => [ "tests" ], 40 tree => [ "tests" ],
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", 41 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",