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