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

How to handle "30525: Illegal instruction (hart 0) at PC 0x0000208c: 0x304022f3"? #123

Open
deeplearner92 opened this issue Sep 12, 2024 · 1 comment

Comments

@deeplearner92
Copy link

Upon executing the test code example given in the Simulation - Vicuna documentation (https://vicuna.readthedocs.io/en/latest/01_user/simulation.html), although I am able to get the outputs, I am getting an additional line "30525: Illegal instruction (hart 0) at PC 0x0000208c: 0x304022f3". Any idea to resolve this? I have set up the environment along with the paths correctly.

@AlfredoRodrigues4
Copy link

AlfredoRodrigues4 commented Jan 28, 2025

From what I've seen, to finish the simulation, they do an invalid operation, if we replace “asm volatile(”jr x0“);” with a “while(1);” the program doesn't give an error but it doesn't finish.

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