Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top