AR# 10080: 3.1i XST - ERROR: (VLG__5002). filename Line #. Could not open include file '<filename>'
AR# 10080
|
3.1i XST - ERROR: (VLG__5002). filename Line #. Could not open include file '<filename>'
描述
Keywords: include, file, Verilog, 5002
Urgency: Standard
General Description: When synthesizing a Verilog design that has one or more `include statements, I encounter the following error message:
ERROR: (VLG__5002). <filename> Line #. Could not open include file '<filename>'
解决方案
This problem occurs because XST is looking for the include files in the project directory. To avoid the error, copy all of the include files into the project directory.