打印

VHDL怎样使用xilinx的库呢?

[复制链接]
1717|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
navywhj|  楼主 | 2007-7-17 17:03 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
那个245的问题已经解决了。
又有个问题,vhdl怎么使用xilinx提供的元件库?
它的文档是这样说的:

-- Component Declaration for IBUF should be placed
-- after architecture statement but before begin keyword
component IBUF
port (O : out STD_ULOGIC;
I : in STD_ULOGIC);
end component;


-- Component Attribute specification for IBUF
-- should be placed after architecture declaration but
-- before the begin keyword
-- Enter attributes here
-- Component Instantiation for IBUF should be placed
-- in architecture after the begin keyword
IBUF_INSTANCE_NAME : IBUF
port map (O => user_O,
I => user_I);

可是我按照他那样作,综合都能通过,但是fit总是出错。
是不是要在文件开头加上  library   之类的语句????
但是也不知道是什么语句。
有人知道xilinx的技术支持电话么?告诉我一下也好。谢谢。

相关帖子

发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

34

主题

69

帖子

0

粉丝