Skip to content
Snippets Groups Projects
Unverified Commit 2f74201e authored by sébastien jacq's avatar sébastien jacq Committed by GitHub
Browse files

Merge pull request #4 from jquevremont/patch-3

Update README.md
parents cc5d0fee fe1ad248
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ A set of software applications is available in `app` directory. ...@@ -4,6 +4,8 @@ A set of software applications is available in `app` directory.
## Applications ## Applications
These applications are used to give an estimation of the computation performance of the CVA6 architecture. These applications are used to give an estimation of the computation performance of the CVA6 architecture.
The Coremark score will be used to rank teams. All applications must run correctly to validate your results in the contest.
These software applications are compiled in baremetal using the **BSP (Board Support Package)** in the bsp directory. These software applications are compiled in baremetal using the **BSP (Board Support Package)** in the bsp directory.
- **Coremark** : Complete benchmark for testing the computing power of a processor. It generates a score called Coremark. - **Coremark** : Complete benchmark for testing the computing power of a processor. It generates a score called Coremark.
...@@ -42,3 +44,5 @@ The **BSP** is a low-level software package that supports the hardware platform. ...@@ -42,3 +44,5 @@ The **BSP** is a low-level software package that supports the hardware platform.
- **Drivers**: it contains all peripheral driver. For now, there is only the UART driver. - **Drivers**: it contains all peripheral driver. For now, there is only the UART driver.
- **Hal**: Hardware Abstract Layer contains the runtime system interrupt vectors, system calls. - **Hal**: Hardware Abstract Layer contains the runtime system interrupt vectors, system calls.
As of Oct. 12<sup>th</sup>, 2020, applications and the BSP have been tested on a ZCU102 board, but not yet on the Z7-20 board.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment