-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
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: 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. |
Hello,
I'm sending you this email because i have a problem.
I tested the benchmark of the dhrystone.coe file is missing to run the application and so that for all the others benchmarks.
You will find attached a screenshot which contains the error.
Thank you.
Best Regards,
Houssem HANACHI
Stagiaire à l'IMT Atlantique
…-----Message original-----
De: sébastien ***@***.***>
à: ThalesGroup ***@***.***>
Cc: houssemhanachi ***@***.***>; Author ***@***.***>
Envoyé: jeudi 22 septembre 2022 10:27 CEST
Sujet : Re: [ThalesGroup/cva6-softcore-contest] Testing different benchmarks (Issue #13)
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. —
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
In the sw/app directory, there is a software Makefile. To have the file dhrystone.coe, you need to run the following command: |
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.
The text was updated successfully, but these errors were encountered: