按照Xilinx提供的XPS实验做到Lab2时,编译出现了“ LOC constraint L13 on
dip_GPIO_in_pin is invalid: No such site on the device. To bypass
this error set the environment variable 'XIL_MAP_LOCWARN'.”这个问题。
最终在Google上面搜索到了答案,总结如下: 网址:
http://www.fpga-faq.com/archives/84675.html This basically tells you that there is no pin "dip_GPIO_in_pin" on
your FPGA, which is understandable... Haven't seen any FPGAs with
130 rows/columns around lately :) You're trying to route he
signa...
阅读全文>>