Re: PCI FPGA Dev Board Suggestions
- From: nico@xxxxxxxxxxx (Nico Coesel)
- Date: Sat, 07 Apr 2007 08:08:03 GMT
nico@xxxxxxxxxxx (Nico Coesel) wrote:
"Kunal" <kunals.spam.account@xxxxxxxxx> wrote:
PCIE is killing of PCI66 very rapidly
This is a good point.
Is this an academic application? If so some vendors like ourselves
have University discount schemes.
This is for university research, and we're basically looking for the
easiest and cheapest way to get about 600-800 Mbits of data onto a PC
without resorting to National Instruments cards (including their FPGA
product).
We're certainly not closed to the idea of using PCIe, although it
would require purchasing new computers.
It seems that most FPGA PCI boards are tailored to embedded
applications; since our application is a relatively simple one (where
the complexity is in transferring the data from FPGA to PC), this
seems a bit overkill.
Nevertheless, we're still exploring our options (in fact, a Spartan
chip could work, but we'd need the higher-end sizes, since we need to
process roughly 512 channels of data; this would require quite a bit
of the FPGA's resources).
A design consisting of multiple Spartan FPGAs is far cheaper than one
big Virtex. Still, 100MB/s is not something that is easely transferred
through the old style PCI33 or PCI66 bus. You'll find other devices
also demand bandwidth and you'll want bus-mastering as well.
An easier way to design such a beast is moving to PCI Express PCs and
use a PLX PCI express to PCI33 bridge chip. Now you have a dedicated
PCI33 bus you can use without having to concern yourself with other
devices which reside on the same bus. Perhaps you can even get by
using a less strictly timed PCI implementation since you also have
full control over all signal integrity issues.
The driver is another problem. If you can find a device which does
almost what you want, you can try to mimic it and use drivers that
come with Windows. Back when I had to do my first PCI design, I simply
emulated a 16550 style UART to exchange data at a low rate. Windows
knew how to talk to it so I could move on without having to wait for
the software people to come up with a driver.
I just got another idea on the mimic thing: If you let your fpga
design mimic a network card (an NE2000 or Realtek as long as the
drivers can deal with bus mastering), you can put your data into UDP
packets (maybe one port per stream??). All you need to do in your
application software is listen to the proper network socket. No need
to write a driver. With some care, your software and hardware will run
on any platform instantly.
--
Reply to nico@nctdevpuntnl (punt=.)
Bedrijven en winkels vindt U op www.adresboekje.nl
.
- Follow-Ups:
- Re: PCI FPGA Dev Board Suggestions
- From: Vivek Menon
- Re: PCI FPGA Dev Board Suggestions
- References:
- PCI FPGA Dev Board Suggestions
- From: Kunal
- Re: PCI FPGA Dev Board Suggestions
- From: Kunal
- Re: PCI FPGA Dev Board Suggestions
- From: John Adair
- Re: PCI FPGA Dev Board Suggestions
- From: Kunal
- Re: PCI FPGA Dev Board Suggestions
- From: Nico Coesel
- PCI FPGA Dev Board Suggestions
- Prev by Date: Re: Transition from ASIC to FPGA
- Next by Date: can anyone give me a reference price of the following Xilinx boards?
- Previous by thread: Re: PCI FPGA Dev Board Suggestions
- Next by thread: Re: PCI FPGA Dev Board Suggestions
- Index(es):
Relevant Pages
|