Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing different benchmarks #13

Open
houssemhanachi opened this issue Sep 16, 2022 · 4 comments
Open

Testing different benchmarks #13

houssemhanachi opened this issue Sep 16, 2022 · 4 comments

Comments

@houssemhanachi
Copy link

Im Houssem HANACHI, im on an internship at the IMT Atlantique working with Mr.Yehya Nasser.
I would like to thank you for this project, you have done a really impressive work.
I ran the mnist application and it worked. So, i wanna know how can i run all the other benchmarks in order to characterize the energy consumption.
Thank you.

@sjthales
Copy link
Contributor

Hello,

Currently, mnist is defined as default application in Makefile line 54.

There are several applications available on sw/app directory.

For instance, if you want to energy consumped with Dhrystone application, you just have to run the following command:
make cva6_sim_routed APP=dhrystone

Of course, before doing that you need to install the risc-v toolchain to be able to compile Dhrystone application.

If you want to do so with a custom application, you will need to add you application on sw/app directory and modify the Makefile in this directory.

@houssemhanachi
Copy link
Author

houssemhanachi commented Sep 22, 2022 via email

@sjthales
Copy link
Contributor

In the sw/app directory, there is a software Makefile.

To have the file dhrystone.coe, you need to run the following command:
make dhrystone.coe

@houssemhanachi
Copy link
Author

When i run the command of "make dhrystone.coe" there is an error that i don't have the permission to do that
Capture d’écran de 2022-09-29 11-03-56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants