Calling netlist module in a design

W

williams

Hello Guys,
How do i call an IP core which is avaiable in netlist form in my design.
Can some one please tell me call the module.

Thanks and regards
Williams
 
J

Jim Wu

Hello Guys,
How do i call an IP core which is avaiable in netlist form in my design.
Can some one please tell me call the module.

You don't "call" the module. You instantiate it. e.g.

ip_core core_inst0 (port connection goes here...);

HTH,
Jim
 
M

Mohammed A khader

Hi Williams,

It goes like this...

library lib_name ; -- Name of the library where IP Core is
use lib_name package_name ; -- name of the package where the
component interface is defined

Later in the architecture body you can instantiate it ....

U1 : ip_core_name
port map ( .........);


Mohammed A khader.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top