Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Xilinx

There are 24 messages in this thread.

You are currently looking at messages 0 to 10.

Xilinx - Roberto Gallo - 2003-09-17 09:00:00

    Hello everyone,

    What is the cheapest line of volatile Xilinx´s FPGAs?
    What is the relation between Altera´s LEs and Xilinx´s Slices?
    I need the cheapest Xilinx FPGA (or from any other manufacturer) that
has the aproximated same capacity as a 700-1000 Altera´s LEs. What would you
suggest?

    Thank you very much,
    Roberto.





Re: Xilinx - rickman - 2003-09-17 09:37:00

Roberto Gallo wrote:
> 
>     Hello everyone,
> 
>     What is the cheapest line of volatile Xilinx´s FPGAs?
>     What is the relation between Altera´s LEs and Xilinx´s Slices?
>     I need the cheapest Xilinx FPGA (or from any other manufacturer) that
> has the aproximated same capacity as a 700-1000 Altera´s LEs. What would you
> suggest?
> 
>     Thank you very much,
>     Roberto.

If you won't be in production until next year, the cheapest solution
will likely be the Spartan 3.  If you need parts now, it would likely be
the Spartan IIE.  Both families have about 1500 logic cells in the
smallest part, regardless of what the data sheets says.  Xilinx likes to
pad the number since they feel they have "uber-cells" which count as
more than 1 each.  But then again, they don't define the term "logic
cell", so I guess they can count them any way they want. 

-- 

Rick "rickman" Collins

r...@XYarius.com
Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design      URL http://www.arius.com
4 King Ave                               301-682-7772 Voice
Frederick, MD 21701-3110                 301-682-7666 FAX
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx - Peter Alfke - 2003-09-17 11:49:00

What Altera calls an LE, Xilinx calls a Logic
Cell (yes, I know there is
a slight marketing inflation), and two Altera LEs correspond to one
Xilinx slice.
So you are looking for the XC2S30 (the next-to-smallest member) with the
equivalent of 864 LEs ( or the 2S50 with 1536 LE equivalents).
Your best bet for low price is the Spartan3 XC3S50 with 1536 LE
equivalents. This chip is available in an early version without BlockRAM.

Peter Alfke, Xilinx Applications
=========================
Roberto Gallo wrote:
> 
>     Hello everyone,
> 
>     What is the cheapest line of volatile Xilinx´s FPGAs?
>     What is the relation between Altera´s LEs and Xilinx´s Slices?
>     I need the cheapest Xilinx FPGA (or from any other manufacturer) that
> has the aproximated same capacity as a 700-1000 Altera´s LEs. What would you
> suggest?
> 
>     Thank you very much,
>     Roberto.
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx - Peter Alfke - 2003-09-17 12:00:00

rickman wrote:
>  Xilinx likes to
> pad the number since they feel they have "uber-cells" which count as
> more than 1 each.  But then again, they don't define the term "logic
> cell", so I guess they can count them any way they want.

Not really, the "padding" is exactly 12.5%, so it has been defined and
is deterministic.
Marketing wants to get credit for the additional multiplexers that the
competition does not have. 
If you are a purist, just count slices and devide by 2, or multiply CLBs
by 4 (Virtex and Spartan2) or by 8 (Virtex2 and Spartan3). That gets you
the number of LUTs+flip-flops.

Peter Alfke
>
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx - Larry Doolittle - 2003-09-17 13:46:00

In article <3...@xilinx.com>,
Peter Alfke wrote:
> So you are looking for the XC2S30 (the next-to-smallest member) with the
> equivalent of 864 LEs ( or the 2S50 with 1536 LE equivalents).
> Your best bet for low price is the Spartan3 XC3S50 with 1536 LE
> equivalents. This chip is available in an early version without BlockRAM.

The XC2S50E-6PQ208C is in-stock at Digi-Key for $14.55 quantity 1.
The cheapest theoretical price I have seen for the XC3S50J is $23.85
(for a -4TQ144CES), and I have yet to see a distributor claim stock.

I know which one I would choose.

       - Larry

Re: Xilinx - Peter Alfke - 2003-09-17 14:03:00

Well, newness has its price. 
But a year from now, the XC3S50 will be the low-cost champion,
especially in high volume...
But there is nothing wrong with using Spartan2, except for the smaller
BRAM and the simpler clock manager, compared to the upcoming production Spartan3-50....
Peter Alfke
===========================
Larry Doolittle wrote:
>
> The XC2S50E-6PQ208C is in-stock at Digi-Key for $14.55 quantity 1.
> The cheapest theoretical price I have seen for the XC3S50J is $23.85
> (for a -4TQ144CES), and I have yet to see a distributor claim stock.
> 
> I know which one I would choose.
> 
>        - Larry
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx - Ray Andraka - 2003-09-17 17:55:00

True, but those muxes are virtually useless for
data path because the bit
pitch doesn't match the bit pitch of the arithmetic.  Count 4-LUTs or
flip-flops instead.

Peter Alfke wrote:

> rickman wrote:
> >  Xilinx likes to
> > pad the number since they feel they have "uber-cells" which count as
> > more than 1 each.  But then again, they don't define the term "logic
> > cell", so I guess they can count them any way they want.
>
> Not really, the "padding" is exactly 12.5%, so it has been defined and
> is deterministic.
> Marketing wants to get credit for the additional multiplexers that the
> competition does not have.
> If you are a purist, just count slices and devide by 2, or multiply CLBs
> by 4 (Virtex and Spartan2) or by 8 (Virtex2 and Spartan3). That gets you
> the number of LUTs+flip-flops.
>
> Peter Alfke
> >

--
--Ray Andraka, P.E.
President, the Andraka Consulting Group, Inc.
401/884-7930     Fax 401/884-7950
email r...@andraka.com
http://www.andraka.com

 "They that give up essential liberty to obtain a little
  temporary safety deserve neither liberty nor safety."
                                          -Benjamin Franklin, 1759


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx - Peter Alfke - 2003-09-17 20:46:00

So, the 12.5% stand for "virtually
useless" multiplexers, useful RAM
capability, and the super-useful SRL16 shift-register capability that
enhances Ray's formidable talents even more.  :-)

Peter Alfke
==================================
Ray Andraka wrote:
> 
> True, but those muxes are virtually useless for data path because the bit
> pitch doesn't match the bit pitch of the arithmetic.  Count 4-LUTs or
> flip-flops instead.
> 
> P

Re: Xilinx - rickman - 2003-09-18 10:29:00

Ray Andraka wrote:
> 
> True, but those muxes are virtually useless for data path because the bit
> pitch doesn't match the bit pitch of the arithmetic.  Count 4-LUTs or
> flip-flops instead.
> 
> Peter Alfke wrote:
> 
> > rickman wrote:
> > >  Xilinx likes to
> > > pad the number since they feel they have "uber-cells" which count
as
> > > more than 1 each.  But then again, they don't define the term "logic
> > > cell", so I guess they can count them any way they want.
> >
> > Not really, the "padding" is exactly 12.5%, so it has been defined
and
> > is deterministic.
> > Marketing wants to get credit for the additional multiplexers that the
> > competition does not have.
> > If you are a purist, just count slices and devide by 2, or multiply CLBs
> > by 4 (Virtex and Spartan2) or by 8 (Virtex2 and Spartan3). That gets you
> > the number of LUTs+flip-flops.
> >
> > Peter Alfke
> > >

Personally, I find marketing to frequently be irritating and annoying. 
When I try to get technical information from a data sheet or web site
and marketing distorts or glamorizes the information so much that it
interferes with my work, I find that both an insult to my intelligence
and a waste of my time.  

I am aware of why Xilinx marketing distorts the cell counts and I don't
really care by how much.  I care about the fact that I have to ignore a
column of data in a data sheet as marketing hype and use a calculator to
get the *real* numbers.  Clearly the marketing people don't think we can
add and multiply ourselves.  


-- 

Rick "rickman" Collins

r...@XYarius.com
Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design      URL http://www.arius.com
4 King Ave                               301-682-7772 Voice
Frederick, MD 21701-3110                 301-682-7666 FAX
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx - Peter Alfke - 2003-09-18 11:57:00

Rick, I will not defend the +12,5%, but I can
explain it:

It is the price we all pay for the intense and sometimes ruthless
competition in this market. Without a bloodthirsty competitor "in our
rear-view mirror", we would be gentlemanlike and give you conservative
numbers. But the way it is, our marketing folks think it would throw
away some really (really!) powerful features if they are not somehow
represented in the numbers. Each Xilinx Logic Cell does more than an
Altera LE, there can be no doubt about that.

This is not an excuse (personally I agree with you), but an explanation.

Peter Alfke
==========================

rickman wrote:
 I care about the fact that I have to ignore a
> column of data in a data sheet as marketing hype and use a calculator to
> get the *real* numbers.  Clearly the marketing people don't think we can
> add and multiply ourselves.
>
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

| 1 | 2 | 3 | next