博客首页 | 排行榜 |

mars_seu的博客

个人档案
博文分类
微博
xilinx 出现Undefined symbol 'IBUFDS' Undefined symbol 'BUFG'.  2010-11-12 15:38

Reason: the symbol or type is not declared in the VHDL source file。

Please declared the symbol or type,usually declared :
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;

 

类别:默认 |
上一篇:FPGA控制SATA硬盘——OOB | 下一篇:Xilinx FPGA直接控制SATA固态盘——准备篇
以下网友评论只代表其个人观点,不代表本网站的观点或立场