-
Notifications
You must be signed in to change notification settings - Fork 58
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
Program hang if program is long/big #14
Comments
Hi @Clay-Cui, I would encourage you to have a look at the litex_sim tool: https://github.com/enjoy-digital/litex/blob/master/litex/tools/litex_sim.py. |
Thank you very much for your reply! |
Sure, but it's probably better to port the program to hardware when the issue will be understood (which should be easier with the simulation) :). |
Thank you for your reply. |
I tried to implement a algorithm in asm based on the lab004 and try to extend it. The program after compile is 8000bytes. The program cannot continue and got stuck. It seems the memory is not enough. However, even if I tried to double the rom, main_ram, sram size, the program still cannot be executed to finish. The program was already simulated in sifive qemu e31 core, so the asm code should not be the problem. Does anyone have some suggestions? A big thank you in advance.
The text was updated successfully, but these errors were encountered: