FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-01-2003, 06:50 AM
Kload
Guest
 
Posts: n/a
Default What does + synthesize to?

Hi all,

Lets assume I'm using a Xilinx Virtex device and I have a VHDL design
that includes the following

a<=b+c;

Will the design tools (I happen to be using Foundation 2.1i) infer a
"simple" adder or will the tools automatically infer an adder that uses
the dedicated carry look ahead logic?? Will that logic be placed
appropriately (i.e. like the ACC and ADD standard components that use
the RLOC constraint)?

Thanks for your help.

Reply With Quote
  #2 (permalink)  
Old 09-01-2003, 03:52 PM
Ralf Hildebrandt
Guest
 
Posts: n/a
Default Re: What does + synthesize to?

Hi Kload!


> Lets assume I'm using a Xilinx Virtex device and I have a VHDL design
> that includes the following
>
> a<=b+c;
>
> Will the design tools (I happen to be using Foundation 2.1i) infer a
> "simple" adder or will the tools automatically infer an adder that uses
> the dedicated carry look ahead logic??


With no synthesis costraints: carry-ribble-adder, because it's the smallest.

With speed-constraints: Depending on the synthesis tool and target
library. Often Carry-Lookahead.

With something like "synthesis pragmas" (supported by Synopsys) you can
manually choose the type of adder.



Ralf

Reply With Quote
  #3 (permalink)  
Old 09-02-2003, 05:11 PM
Christian Schneider
Guest
 
Posts: n/a
Default Re: What does + synthesize to?

Well, if you have the tools, why don't you have a look at the results?
Just use the Floorplanner or the FPGA Editor.

If nothing helps, try a more recent version. You may wish to have a look
at the xilinx home page.

BR Chris

Kload wrote:
> Hi all,
>
> Lets assume I'm using a Xilinx Virtex device and I have a VHDL design
> that includes the following
>
> a<=b+c;
>
> Will the design tools (I happen to be using Foundation 2.1i) infer a
> "simple" adder or will the tools automatically infer an adder that uses
> the dedicated carry look ahead logic?? Will that logic be placed
> appropriately (i.e. like the ACC and ADD standard components that use
> the RLOC constraint)?
>
> Thanks for your help.
>


Reply With Quote
Reply

Bookmarks


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I synthesize? Stan Marsh Verilog 7 08-01-2007 02:23 PM
synthesize division - icarus failure pini Verilog 1 06-12-2004 04:05 PM


All times are GMT +1. The time now is 11:51 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved