-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problems generating a Vivado-Block Design #133
Comments
Oh crap!
The bootloader required additional checks in each "state" so that it jumps back to "get executable via UART" when a special char is received. Unfortunately, that required more program space than I thought and I would like to keep the default bootloader below 4kB. That is why this feature has been removed However, I just noticed the raw upload script is still available: |
Vivado "issue": generic defaults need a _fixed-size_ intialization value
Fixed! Please open a new issue if you encounter further packaging problems. Hopefully, this was the last time that I forget about those fixed-size generic defaults... 😄 |
Hello,
after quite some time I was finally using an up to date version of this core again, and the probems with the axi4lite-System template from issue #8 are back :
and btw:
when did you remove the "upload"-target from the makefile? That was quite convenient (But not as important now, with a working debugger and the possibility to upload via JTAG)
The text was updated successfully, but these errors were encountered: