Answers Database
XMAKE 5.2:Error 3515,3516 about mixed libraries when -L used on old design
Record #366
Product Family: Software
Product Line: FPGA Core
Problem Title:
XMAKE 5.2:Error 3515,3516 about mixed libraries when -L used on old
design
Problem Description:
When running XMake 5.2 with the -L option (use old library only), XNFPrep may st
ill issue an error that the input .XTG or .XFF file has elements from both the o
ld and the new libraries.
Solution 1:
This usually happens after inadvertently running XMake without the -L option, th
en running it again with the -L option. During the second run, XMake determines
that it is not necessary to recompile the XTG or XFF file , and so passes the o
ld invalid netlist to XNFPrep
To recompile the file properly, run XMake with the -R option (force
re-execution of all programs).
End of Record #366
For the latest news, design tips, and patch information on the Xilinx design environment, check out the Xilinx Expert Journals! |