Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - The corresponding Actel library of the Xilinx UNISIM

 
Thread Tools Search this Thread
Old 06-08-2006, 07:05 PM   #1
Default The corresponding Actel library of the Xilinx UNISIM


Hi to All;

I am very new in VHDL programming and implementation. I am
synthetising a program with the UNISIM library in Xilinx environment.
In the library, I needed the components: FDC, LDC, RDC, ... so on. But
I would like now to use ACTEL Modelsim for which I don't know the
corresponding library name.

Can anyone please tell me how to get the corresponding library for
Actel modelsim "Libero".

Thanks in advance.



bs.addr@googlemail.com
  Reply With Quote
Old 06-08-2006, 08:56 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: The corresponding Actel library of the Xilinx UNISIM
wrote:

> I am very new in VHDL programming and implementation. I am
> synthetising a program with the UNISIM library in Xilinx environment.
> In the library, I needed the components: FDC, LDC, RDC, ... so on. But
> I would like now to use ACTEL Modelsim for which I don't know the
> corresponding library name.


If you are changing devices from Xilinx to Actel,
the vendor specific components and magic words won't work.
Better to write and simulate your own generic vhdl code
and use vendor tools for synthesis only.


-- Mike Treseler


Mike Treseler
  Reply With Quote
Old 06-08-2006, 09:06 PM   #3
D Stanford
 
Posts: n/a
Default Re: The corresponding Actel library of the Xilinx UNISIM
> I am very new in VHDL programming and implementation. I am
> synthetising a program with the UNISIM library in Xilinx environment.
> In the library, I needed the components: FDC, LDC, RDC, ... so on. But
> I would like now to use ACTEL Modelsim for which I don't know the
> corresponding library name.
>
> Can anyone please tell me how to get the corresponding library for
> Actel modelsim "Libero".


If you are doing a design targeted for an Actel chip, you will want to
use Actel libraries, such as the apa (actel pro asic) library instead
of Xilinx libraries intended for use with Xilinx chips. You're Actel
tools should have these libraries in both precompiled and vhdl formats.



D Stanford
  Reply With Quote
Old 06-09-2006, 07:47 AM   #4
Thomas Stanka
 
Posts: n/a
Default Re: The corresponding Actel library of the Xilinx UNISIM
Hi,

schrieb:
> I am very new in VHDL programming and implementation. I am
> synthetising a program with the UNISIM library in Xilinx environment.
> In the library, I needed the components: FDC, LDC, RDC, ... so on. But
> I would like now to use ACTEL Modelsim for which I don't know the
> corresponding library name.


These library elements are primitive gates, which should only occure in
your netlist, not in your RTL-Code. Take your RTL-Code and synthesise
it with Synplicity for Actel technology, after layout with designer you
can get a VHDL-netlist with only Actel primitives. The library name
depends on your target technology (apa, ax, a54sxa, ...), as Actel has
no unique library name for all technologies.

If you have primitves in your RTL-Code, you need to identify their
functionality and replace them with gates with similiar functionality
(eg. FDC with DF1).
If you use Xilinx macros you should use ActGen to create similiar
macros for Actel.

> Can anyone please tell me how to get the corresponding library for
> Actel modelsim "Libero".


>From the Libero CD.


bye Thomas



Thomas Stanka
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
error: java.lang.UnsatisfiedLinkError: Can't load library: /home/nalgo01/libcImpl.so gopinath511 Software 0 01-07-2009 09:13 AM
Xilinx 7.1 and testbench error boitsas Software 0 01-15-2008 04:14 PM
VHDL (Assigning pins in xilinx) amanpervaiz Hardware 3 12-02-2006 04:37 PM
SFX Sound Effects Libraries - Cheap!! Barbara DVD Video 1 11-11-2006 12:23 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46