xcore / tool_axe

An XCore Emulator
Other
15 stars 8 forks source link

Illegal division by zero at run.pl line 81. #1

Closed jameshanlon closed 13 years ago

jameshanlon commented 13 years ago

hanlon@buzz:~/repos/tool_axe/benchmarks$ perl run.pl ../build/ Benchmark: dhrystone xsim: 300.10 kHz Illegal division by zero at run.pl line 81.

Maybe it's running to quickly?!

rlsosborne commented 13 years ago

You need to give the path to the axe executable, i.e. run.pl ../build/axe. The benchmark scripts error checking is practically non-existent and should be improved.