-
Notifications
You must be signed in to change notification settings - Fork 51
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
Adding new Xilinx board for the demo #130
Comments
I've never used the The default tool for synth is Vivado, which is the same for your ax7201. Did you have any trouble building the original bitstream for the arty a7? Then we at least know that the problem is with your added changes as opposed to your dev environment. |
The original bitstream for the ArtyA7 built without a problem, I aswell tried the other synth options. I used the python venv. I originally tried without the tool option aswell and got the same error. |
I found this old issue: olofk/fusesoc#586 |
Here is a gist with all of the files I have added. Using
When I use
|
Hello
I have been trying to add a Alinx AX7201 board to the demo and try out the Ibex processor but I have been having some trouble.
I have added my own
pins_ax7201.xdc
file in thedata
directory, aswell as a bare bones top module inrtl/fpga
calledtop_ax7201.sv
. Then I modified theibex_demo_system.core
to include the aforementionedax720
1 files like this:When trying to build the bitstream using
fusesoc
with this command:I get the following error:
Or sometimes aswell:
Am I missing something?
Thank you in advance.
The text was updated successfully, but these errors were encountered: