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

Regarding Custom Instructions for RISC-V core in X-HEEP #602

Open
shankar59 opened this issue Nov 28, 2024 · 1 comment
Open

Regarding Custom Instructions for RISC-V core in X-HEEP #602

shankar59 opened this issue Nov 28, 2024 · 1 comment

Comments

@shankar59
Copy link

Hello Developers, we wish to use the XIF Interface for adding custom co-processors. However, the custom instructions for accessing the co-processor would be handled via the X-HEEP toolchain itself, or do we have to manually hardcode it ? Can we have some sort of documentation made available for handling the SW flow in detail ?

Thanks and Regards,
Shankar.

@davidmallasen
Copy link
Member

You can find the documentation on extending the software flow of X-HEEP here: https://x-heep.readthedocs.io/en/latest/How_to/eXtendingHEEP.html#building-software
Also the compilation flow is all in the sw folder. You can change the compiler you want to use with the RISCV environment variable. Both gcc and clang are supported as you can see in the documentation:

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