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.

[SOLVED] synthesizing a VHDL code with an IP core?

Status
Not open for further replies.

Fractional-N

Full Member level 1
Joined
Oct 15, 2007
Messages
97
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
2,071
Hi,
I have a VHDL code, and there is a FIFO ip core in the code. I have copied the .vhd files and .ucf files and also a .v file and ipcore_dir directory to another directory and I tried to synthesize the code but ISE gives the Error "Could not find module/primitive "
the code is a mixed VHDL and Verilog one.

what should I do? any help?
 

You've apparently got some files in the wrong place. ISE is looking for them somewhere other than where you've put them.
 

with trial and error, I solved the problem.
when configured a new project and added the source files, the IP core in the design had a VHDL icon at left-side like this:
6897874900_1389797183.png

then I selected this file and right-clicked and add source... and added the .xco file inside the ipcore_dir directory, then the icon changed to a lamp :
9582144300_1389797393.png

and the syntheses was successful
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top