--- Quote Start ---
Ok, that makes sense. However, the wireless link does not have to be part of the FPGA design, it only needs to be part of the node design. If each node is a PC with an FPGA card and a WiFi card plugged into it, then all you need to find is an appropriate WiFi PCIe card, and drivers. Just because an FPGA *could* be used for the WiFi, does not mean it should be. FPGAs are expensive, PCs are cheap, use the PC and as much commercial hardware where you can, and only build custom hardware where you have to.
Does each processing node have to use 6 ADCs?
--- Quote End ---
Initially I will experiment only an ADC with a Dev Kit. There will be 6 ADC channels at maximum in final customised board, by reassigning the transceiver as you suggested.
--- Quote Start ---
Ok. But don't use a text file, use a binary file, otherwise you are wasting bandwidth :)
--- Quote End ---
Agree. origianlly the timestamp is in ASCII. How do we save in binary bits that occupies less bandwidth?
--- Quote Start ---
What are the *exact* frequency requirements of your system? Your system should only store exactly the bandwidth needed for each operating mode.
--- Quote End ---
There are 3 operating mode in my design plan.
The ADC input is 400MSa/s. The FPGA route the sample to the DDR3 in realtime.
Then write to SATA HDD in max speed that the HDD supports (apparently it is at data rate of SATA2/3).
User may request remote download through wireless link, then FPGA will read from SATA and send over the wireless module (wireless eva kit is usually at USB rate).
--- Quote Start ---
What sampling frequency and how many bits? National semiconductor has 3GHz clock rate parts, e2v have 5GHz parts, etc.
--- Quote End ---
14bits and 400MSamples per second at my first wishlist. So 5.6Gbps in total.
--- Quote End ---
Before buying too many licenses, check that the system design will work correctly.
--- Quote End ---
If Stratix 4 has been proven to drive the features aforementioned (i.e. digital interfaces), is it possible that the system design will still fail? It worries me .
--- Quote Start ---
I suspect you need Quartus to synthesize for the Stratix IV device. I doubt that you need the full edition of Modelsim; try the web edition first.
--- Quote End ---
Yes, agree. The system has different features integrated altogether in an FPGA. It may not synthesizable even it is working in ModelSim.
Isnt Quartus 2 only works with hardware?
Rgds,
WaiSiang