embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
248 stars 101 forks source link

[feat]: OpenRISC gcc port and boards support #199

Open madhu2000u opened 1 month ago

madhu2000u commented 1 month ago

This is the starting effort to port OpenRISC GCC to Embench. Initial required configurations have been added and tested.

simonpcook commented 1 month ago

I think it would be good to have more examples to show additional breadth, so if this is a good enough port this should be merged. Thoughts @jeremybennett ?

jeremybennett commented 1 month ago

@madhu2000u Good starting point for OpenRISC support. I think this will allow you to build the benchmarks. Are you able to run either benchmark_size.py or benchmark_speed.py to validate the build? If either of these is working, then please add the details to the README.md and we can merge it as the starting point for OpenRISC.

madhu2000u commented 1 month ago

Thank you @simonpcook and @jeremybennett. Yes, I have tested the benchmark_size.py and it is working and displaying all the absolute and relative results for OpenRISC. I believe you are talking about doc/README.md right? Could you guide me on where and what details to update it with?

Thank you.