virtex2.components.all

Sep 27, 2004 5 Replies

Hi,



How do I get this library trough compilation. When I include this in my vhdl it gives an error with compilation. If I leave it out synplify giveas an error with synthesis. And I don't like to manual add this to the vhdl every thime.



Bram


Use the unisim library instead.

library unisim; use unisim.vcomponents.all;

the "virtex2.components" package is only there for compatability with old projects.

- Ken

van de Kerkhof wrote:

vhdl

like

Hi,

The solution of ken doesn't work i still het the same error.

Error Code @E:Internal Error

The lut has an init value.

When i add the virtex2 library this is gone, but with vcomponents it is still there.

Bram

my

Can you tell me which version of Synplify you are using?

7.7 is the current release.

Make sure you are not including a unisim.vhd file from anywhere in your project. Synplify will automatically use a pre-compiled version with some mapping attributes. If you include the unisim simulation library, then those attributes will be missing.

- Ken

van de Kerkhof wrote:

Hi,

I added the unisim and it works now.

Thanks

with

to

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required