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

boards: openhwgroup: add CV64A6 Testbench #77789

Conversation

WorldofJARcraft
Copy link
Contributor

Adds support for the CVA6 CPU in the hardware simulation / testbench environment. Especially, configurations are added that allow the application to indicate success or error to the testbench. The SoC currently contains the CVA6 CPU in 64-bit configuration with the SV39 MMU, interrupt controllers (CLINT and PLIC), UART, a SPI for booting from SD, a boot ROM, and I2C controller for on-board audio, a GPIO and the lowRISC ethernet subsystem (which is currently without a driver in zephyr).
Two sample applications are provided, demonstrating how to indicate success or failure to the testbench.

@WorldofJARcraft WorldofJARcraft marked this pull request as draft August 30, 2024 08:36
@zephyrbot zephyrbot added the area: Samples Samples label Aug 30, 2024
@@ -0,0 +1 @@
# SPDX-License-Identifier: Apache-2.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty file can go

CONFIG_3RD_LEVEL_INTERRUPT_BITS=0


# debug
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as per other pr

Adds support for the CVA6 CPU in the hardware simulation / testbench
environment. Especially, configurations are added that allow the
application to indicate success or error to the testbench.
The SoC currently contains the CVA6 CPU in 64-bit configuration with the
SV39 MMU, interrupt controllers (CLINT and PLIC), UART, a SPI for
booting from SD, a boot ROM, and I2C controller for on-board audio, a
GPIO and the lowRISC ethernet subsystem (which is currently without a
driver in zephyr).
Two sample applications are provided, demonstrating how to indicate
success or failure to the testbench.

Signed-off-by: Eric Ackermann <eric.ackermann@cispa.de>
@WorldofJARcraft
Copy link
Contributor Author

Merged into #77732

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

Successfully merging this pull request may close these issues.

4 participants