AR# 57595
Vivado Synthesis - ERROR: [Synth 8-4169] error in use clause: package 'xxx' not found in library 'yyy'
Description
I am encountering the following error when running Synthesis in Vivado. How can I resolve it?
ERROR: [Synth 8-4169] error in use clause: package 'xxx' not found in library 'yyy'
Solution
This error occurs because the package file 'xxx' is not compiled into library 'yyy'.
This can happen when the package file is not added into project sources at all or is compiled into a different library, for example xil_defaultlib.
To resolve this error, make sure that the package file is added into design sources and set its Library name to 'yyy'.
Right click on file 'xxx' in the "Sources" window -> Select "Set Library..." -> Change the Library name to 'yyy'
本文介绍了解决Vivado中出现的Synth8-4169错误的方法。该错误提示找不到指定库中的包文件。要解决这个问题,需要确保包文件已添加到设计源中,并设置正确的库名称。
1449

被折叠的 条评论
为什么被折叠?



