AR# 37816: 12.3 EDK - "ERROR:HDLCompiler:69 - "core_0_wrapper.v" Line 118: <AXI4> is not declared."
AR# 37816
|
12.3 EDK - "ERROR:HDLCompiler:69 - "core_0_wrapper.v" Line 118: is not declared."
描述
I have imported an AXI interfaced IP core that I created and the following error occurs: "ERROR:HDLCompiler:69 - "core_0_wrapper.v" Line 118: <AXI4> is not declared." How do I work around this problem?
解决方案
Browse to the data directory of your newly created pcore and open its MPD file.Find the line that contains the AXI4 (or a derivative of AXI4), and add the following to the end of the line: , ASSIGNMENT = CONSTANT, TYPE = NON_HDL Save and close the file. This problem is scheduled to be fixed in a future version of the EDK software.