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
I have successfully installed all the CVA6 variants, and the smoke tests completed successfully. However, I am unsure about the steps required to run custom assembly programs on a specific CVA6 variant. Could you please provide guidance or a detailed process to achieve this?
The text was updated successfully, but these errors were encountered:
Got a solution for this issue, not sure if it is best/correct ,but it worked.
step1: arrange your custom assembly code in the given test template ( custom_test_template.S).
step2: follow the commands given under the section "Running standalone simulations" with these modifications:
replace --c_tests with --asm_tests, replace the .c file name with the .S file
source verif/sim/setup-env.sh
export DV_SIMULATORS=veri-testharness
cd ./verif/sim
This is the correct way of doing so. If you want to run it automatically you could create a shell script to automate it.
If you want to run several test you can also create a test list.
I have successfully installed all the CVA6 variants, and the smoke tests completed successfully. However, I am unsure about the steps required to run custom assembly programs on a specific CVA6 variant. Could you please provide guidance or a detailed process to achieve this?
The text was updated successfully, but these errors were encountered: