Skip to content
Snippets Groups Projects
Commit 6de532a1 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Improved title o) How to avoid Quartus exit due to IP that is included at...

Improved title o) How to avoid Quartus exit due to IP that is included at configuration, but not used at synthesis.
parent d71e9311
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,7 @@ m) (FIXED) Issue exit error when a library name occurs double
n) Rename modelsim_compile_ip_files into more precise name eg. modelsim_execute or modelsim_pre_execute
o) Conditional include of IP libraries to avoid Quartus exit due to missing IP signals
o) How to avoid Quartus exit due to IP that is included at configuration, but not used at synthesis
Quartus can exit with error if IP is included in the hdl_lib_uses list of libraries but not actually used in
the design, eg due to a sdc file that is then sourced but that cannot find some IP signals.
If the error is changed into warning then Quartus continues. Such modification of the sdc file could be automated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment