-
I am doing a comparison of a few softcore cpus (implementation space, difficulty of implementation/use, compute power/frequency capabilities), along with some additional tinkering with external peripherals. I was wondering if anyone has the dhrystone benchmark (or knows where i could get it) for the uppdated versions of this processor, as i noticed it was part of the sw-examples a few years ago (im not experienced with porting software to other platforms yet, nor am i farmiliar with this one at the moment)? Thanks :) P.S if it's relevant, i am using the arty a7-100t (along with vivado) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hey @frdtgzu! I prefer CoreMark for benchmarking - Dhrystone's code is just so... horrible. But that is just me. 😅 I think you could just try the latest NEORV32 port files: https://github.com/stnolting/neorv32/tree/v1.9.0/sw/example/dhrystone
Btw, do you think we should re-add the Dhrystone benchmark to this project? 🤔 |
Beta Was this translation helpful? Give feedback.
-
FTR The Dhrystone port is added back in #901. |
Beta Was this translation helpful? Give feedback.
Yeah, that function is deprecated. You can just remove that from dhry_1.c.