combining two EDF netlist in ISE

W

williams

Hello guys,

I am working on a project which contain some IP core which is avaiable
to me in EDF netlist form. I am having the following doubt
I synthesis my verilog code in synplify and implementing this EDF in
the ISE. Now since i have my design in EDF format , how can i
instantiate a new IP core which in EDF format in my design which is
also in EDF file.

Is there a way by which i can instantiate the netlist of IP core in by
verilog code. If so how do i do that?
waiting for your reply,
Thanks and regards
williams
 
J

jeremy.webb

Here's some sample Verilog code:

module some_module_name (// *** Inputs ***
input [9:0] ADDR,
input CLK,
input EN,

// *** Outputs ***
output [17:0] DOUT
)/* synthesis syn_black_box */;

endmodule

Hope this helps,

Jeremy
 

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,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top