You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: