Looking for library declaration of IP Module

Status
Not open for further replies.

grubby23

Junior Member level 3
Joined
Nov 22, 2007
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,606
Hi,

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

ibrary hwicap_v5_00_a;
use hwicap_v5_00_a.all;

I was looking in the directories as 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
 

Hi,

The use-statement given does not point necessary to a package declaration. It points only to a library hwicap_v5_00_a which maybe has only entity/architecture declarations in it.
A use statement pointing to a package declaration has the form:
use <library>.<package>.<suffix>
Your use statement has the form:
use <library>.<suffix>

Devas
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…