-
Notifications
You must be signed in to change notification settings - Fork 79
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
Problem with make firmware-connect #304
Comments
I'm afraid |
Thanks for your comment. Now, I'm trying to simulate the program to search for possible issues in the BIOS but is not possible. I'm using the "sim" platform in the environment variables but in the moment to do the make gateware I have this message:
I'm not sure about the problem because the file sim.py is in the platform file. Maybe the best option is to build the simulation using the top.v directly with the simulator. |
Sorry about this, but we currently don't have good simulation support. @stffrdhrn was trying to fix the issues with that in the pull request #82 but I don't think it was ever finished. On what the issues is with this board, there appear to be multiple problems. I created a work in progress pull request at #313 and I believe the issues to be fixed are;
FYI - When trying to fix this we got side tracked in adding uart terminal over uart wishbone bridge support into wishbone-tool so we could attach gdb to the CPU and figure out why the firmware wasn't executing correctly. |
@dafchaparroar - I would also like to apologize that you have hit the following issues, things have been a bit more bumpy than we would like at the moment. |
I had sim working but I remember there were a few problems:
I can't remember what else was left, but it was working it was just not in a state that CI could run reliably. |
Don't worry. We are learning about the topic and is important to understand the functioning of the project. With respect to my problems I had done the following:
|
I'm working with the ice40_hx8k_b_evn. In time to do the "make firmware-connect" the console keeps loading and doesn't respond anymore.
The text was updated successfully, but these errors were encountered: