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.

Problem with adding package for synthesis

Status
Not open for further replies.

gck

Full Member level 3
Joined
Oct 17, 2006
Messages
173
Helped
26
Reputation
52
Reaction score
19
Trophy points
1,298
Activity points
2,220
I have made one package file and compiled in a directory. called My_lib.

But when I am trying to synthesize it by calling like

use My_lib.arch_name.all;

then it is not synthsizing in XIlinx

Help me
 

adding package

is functions in your package are syntizable?
 

Re: adding package

Yes my function is synthsisable. its just a parity generator
 

adding package

would you provide more info? such as the warning msg?
 

adding package

I recommend you to use ISE 8.2 or newer version. It is very better than its earlier versions. I have experienced it.
 

Re: adding package

its not depend on any tool....
u try it by adding work library......
but i dont think package is synthesizeable....
 

adding package

Try like this;

Library My_lib;
use My_Lib.arch_name.all; ......
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top