Looking for library declaration of IP Module
Posted
by
Martin
on Stack Overflow
See other posts from Stack Overflow
or by Martin
Published on 2010-10-25T12:48:51Z
Indexed on
2010/12/23
1:54 UTC
Read the original article
Hit count: 650
Hi,
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
© Stack Overflow or respective owner