An open API service indexing awesome lists of open source software.

https://github.com/thalesgroup/cva6-baremetal-bsp

Provides baremetal support for the CVA6 COREV APU on GENESYS2
https://github.com/thalesgroup/cva6-baremetal-bsp

bsp cva6 risc-v

Last synced: 12 months ago
JSON representation

Provides baremetal support for the CVA6 COREV APU on GENESYS2

Awesome Lists containing this project

README

          

# CVA6 BAREMETAL BSP

## Get started

CVA6 BAREMETAL BSP project purpose is to provide baremetal support for the CVA6 COREV APU on GENESYS2. More info on this target can be found in the [CVA6 repository](https://github.com/openhwgroup/cva6).

Only the 32 bits version is available yet. The 64 bits version is a WIP.

You will need to compile this BSP with the [RISC-V GNU Toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain) compiled with the arguments compatible with your CVA6 configuration.

The [app folder](/app) contains basic application tests.

## Documentation

No proper documentation yet.

## Contributing

If you are interested in contributing to the CVA6 BAREMETAL BSP project, start by reading the [Contributing guide](/CONTRIBUTING.md).

## License

This work is released under the Apache v2.0 License.
License file can be found [here](/LICENSE).

The [app folder](/app) is taken from [risc-v tests](https://github.com/riscv-software-src/riscv-tests) and is under [BSD License](/app/LICENSE).