-
Notifications
You must be signed in to change notification settings - Fork 1
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
It does not work in my projects. #1
Comments
The hex file is expected to be in the same directory as the I hope that helps. If not, I would need to know a little bit more about the problems you are having. |
Yes, I looked more into it again, and that's part of it. The address of the first instruction in RAM is expected to be at I also remembered, that I had to reformat the hexfile, which I wrote a python script for: https://github.com/tmahlburg/picorv32-imt/blob/master/scripts/fmt_hex.py At least the script should probably be in this repository, too. I will add it, when I get around to it. Let me know if this doesn't fix it, or you require more clarification. |
Thanks again for your reply. Unfortunately it still doesn't work well. I clone your Basys 3 project https://github.com/tmahlburg/picorv32-imt to my disk and I import it to vivado. After generating the I am new to picorv32, and there are not much reference on the web. I don't know what is happening since every file seems to make sence. 😭 I wonder if the |
Yeah, you should use this picoramsoc, the normal picorv32 and the Makefile and so on from picorv32-imt. I don't know why exactly it doesn't work for you, but I will try to recreate what I did, when I have the time, maybe this weekend and maybe then I can help you more. |
Thanks, please do recreate what you did. It will help me a lot to locate errors in my work. Looking forward to your reply. |
I just replace the picosoc.v with picoramsoc.v in the directory /picosoc, and remove the unused ports in hx8kdemo.v and disconnect the spiflash in hx8kdemo_tb.v before simulation. Using the same hex file, it does not work while it works well with the origin picosoc.v file.
The text was updated successfully, but these errors were encountered: