Skip to content
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

Compile w/ Quartus 16 #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

olafmandel
Copy link

Get the make all target to compile on a Quartus 16 version.

The file ip/fft128/fft_test.qip was deleted in commit ecdbc06,
but this reference to it in the project file was forgotten.

Remove it to silence the warnings.
The altchip_id component has a new version number in Quartus Prime
16: the old component is no longer available. Remove the version
number from the script so it compiles on both systems.
It is possible that a the quartus_sta command produces some output
on stderr even if there was no (serious) error. But the tcl exec
command in the pin-assignment script will treat any such output
as an error.

As the script is automatically generated and as such cannot be
patched, run the script with the correct interpreter to prevent
starting it from within tcl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant