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.

need info about synthesizing modelsim files in xilinx

Status
Not open for further replies.

aravindh91

Newbie level 4
Joined
Jul 19, 2013
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
chennai
Activity points
44
i have written a code in modelsim and i have checked it in its simulation now i want to synthesize it in xilinx when i import the code from the modelsim directory and check for no errors occur but when starting implementation it shows no library is found
i have used a created library named lowaop in the code , i hope that since i created a library lowaop in modelsim it is not working in xilinx and shows synthesis failed .
how can this problem can be solved pls give me necessary steps to synthesize the code
thanks in advance
 

i have written a code in modelsim and i have checked it in its simulation now i want to synthesize it in xilinx when i import the code from the modelsim directory and check for no errors occur but when starting implementation it shows no library is found
i have used a created library named lowaop in the code , i hope that since i created a library lowaop in modelsim it is not working in xilinx and shows synthesis failed .
how can this problem can be solved pls give me necessary steps to synthesize the code
thanks in advance

you need to map your libraray to your vhdl source files.
just do "add library" from the ise gui, use same library refference you have made when working with modelsim, and select when your source files are at.
you can also do it manually like modelsim "vmap" by editing xst.prj file.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top