寻找IP模块的库声明
我想在自己的设计中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
中的所有 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.