寻找IP模块的库声明

发布于 2024-09-29 16:38:37 字数 291 浏览 3 评论 0原文

我想在自己的设计中使用 ICAP 控制器的 Xilinx 硬件模块。 该模块使用以下库:

library hwicap_v5_00_a;
use hwicap_v5_00_a.all;

我在目录及其子目录中查找,

Xilinx\12.1\ISE_DS\EDK\hw\XilinxProcessorIPLib\pcores

但找不到 hwicap 的包声明。任何人都知道 Xilinx 在哪里“隐藏”此信息。

非常感谢

I want to use the Xilinx hardware module of the ICAP controller in my own design.
This module uses the following library:

library hwicap_v5_00_a;
use hwicap_v5_00_a.all;

I was looking in the directories as well as subdirectories of

Xilinx\12.1\ISE_DS\EDK\hw\XilinxProcessorIPLib\pcores

but I could not find the package declaration of hwicap. Anyone an idea where Xilinx "hides" this information.

Many thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荭秂 2024-10-06 16:38:37

中的所有 VHDL 文件编译

我认为您只需将C:\Xilinx\12.3\ISE_DS\EDK\hw\XilinxProcessorIPLib\pcores\hwicap_v5_00_a\hdl\vhdl

到名为 hwicap_v5_00_a 的库中> - 这就是 EDK 的工作方式。

我看不到任何包裹。

I think you just compile all the VHDL files from

C:\Xilinx\12.3\ISE_DS\EDK\hw\XilinxProcessorIPLib\pcores\hwicap_v5_00_a\hdl\vhdl

into a library called hwicap_v5_00_a - this is the way EDK works.

There's no package that I can see.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文