OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src-c/] [dhrystone_v2.1/] [original_files/] [doit] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 olivier.gi
#!/bin/sh
2
PASSES=1000000
3
 
4
echo "cc without register ($PASSES passes)" > results
5
cc_dry2 <>results
6
$PASSES
7
MIC
8
echo "" >>results
9
echo "cc with register ($PASSES passes)" >>results
10
cc_dry2reg <>results
11
$PASSES
12
MIC
13
echo "" >>results
14
echo "gcc without register ($PASSES passes)" >>results
15
gcc_dry2 <>results
16
$PASSES
17
MIC
18
echo "" >>results
19
echo "gcc with register ($PASSES passes)" >>results
20
gcc_dry2reg <>results
21
$PASSES
22
MIC

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.