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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…