|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Digital Source Digital Players and Recorders: CD , SACD , Tape, Memory Card, etc. |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
diyAudio Member
Join Date: Aug 2004
Location: Romania
|
Hello,
There are some debates about designing all sorts of DSP systems, DAC's and so on around FPGA on this forum. However I couldn't find some good references on learning how to code FPGA. Also, a search on this forum didn't reveal anything significant. So go ahead, post your links to online materials, books, articles, tutorials, everything you consider to be helpfull in designing FPGA. Also, maybe it's a good ideea to make this thread sticky. I guess the Moderators will decide this. |
|
|
|
#2 |
|
diyAudio Member
Join Date: Nov 2007
|
For FPGA, it's essential to have a good grounding in logic design. I suggest Katz & Borriello, Contemporary Logic Design, which covers all the basics. Or read the notes to a university digital design course.
To go further, you really need some actual hardware. I took CS150 at Berkeley, which uses a custom dev board with various peripherals. There are lectures and labs on that website, but some of the material is tied to that dev board, which isn't available to the public. Interfaces to peripheral chips are all variations on a serial theme, so the material is still useful. As for which dev board to get, generally anything will do, since audio chips will have to be on a breakout board. Even lacking hardware, playing around with Xilinx or Altera tools can be instructive, which are free from their respective websites. Other interesting websites are FPGA4Fun, which has a few simple projects, and OpenCores, for when you're ready to hack something more complicated. |
|
|
|
#3 |
|
diyAudio Member
Join Date: Mar 2003
Location: Southwest, UK / York, UK / Edinburgh, UK
|
www.digilentinc.com has some super-affordable FPGA dev boards. Much cheaper than DSP dev boards from Analog Devices or Freescale.
One of the things I like about FPGAs is how much you can integrate into the core. For example, if you have your digital audio system running synchronously, you can have the S/PDIF receiver(s) and transmitter(s) incorporated directly into your design via an open-source block. Need more channels? Just duplicate that block. It's all so very flexible. The Xilinx development tools are actually very helpful when just starting out, also, as they include lots of tutorials and code examples.
__________________
Wingfeather |
|
|
|
#4 |
|
diyAudio Member
|
I would tread carefully into the area of the Altera NIOS II based soft-core DSP designs if you are considering it.
Just getting it running can be an incredible exercise in frustration. Not even mentioning issues with the IDEs! On paper it sounds great, but not worth a damn when the IDE won't even let the soft core CPU run. I can't speak for Xilinx though. I'm beginning to the see the value in using proven, off-the-shelf ICs especially for specialty applications like this. |
|
|
|
#5 | |
|
diyAudio Member
Join Date: Aug 2004
Location: Romania
|
Quote:
However please feel free to link to any project you think is of didactic interest. I find FPGA and CPLD projects to be quite scarced... Thank you all for replying.. |
|
|
|
|
#8 | |
|
diyAudio Member
Join Date: Aug 2004
Location: Romania
|
Quote:
Thank you all for your support! |
|
|
|
|
#9 | |
|
diyAudio Member
Join Date: Oct 2001
Location: .
|
Quote:
The thing to remember, if you are using HDL entry not schematic, is that you are describing hardware not writing software. |
|
|
|
|
#10 |
|
diyAudio Member
|
SunRa, sorry I did not realize you are not familiar with FPGA, VHDL or Verilog at all.
I learned with and taught an undergraduate dig. logic. class (fundamentals) using the Altera UP2 FPGA & CPLD board, and this excellent book: Rapid Prototyping of Digital Systems by James O. Hamblen; ISBN-10: 0792374398 This book is now cheaper, includes all VHDL sources files/modules, and is based on using Quartus II. You will go step-by-step in building the fundamentals, and even doing some interesting & cools FPGA designs! Like: -Boolean logic functions, an ALU, I/O, debouncing pushbuttons -Generating VGA video that can display bitmaps or text characters -A custom soft-core CPU like MIPS CPU -Tying these together to make a small system-on-a-chip (SOC) design These will be enough to get you started, and will not really require a specific dev. board, as long as you have Altera FPGA and a programming cable. All will be explained there, although it is VERY helpful to have a book like one of those mentioned above to help with VHDL syntax. I'm sure you can find a dev. board easy on the net. There are lots that are below $100. Or you can build your own using a Schmartboard and prototyping boards and an FPGA.
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need FPGA experts to review design of Ethernet DAC v2 | peufeu | Digital Source | 2 | 29th July 2007 05:42 PM |
| Cs4270 <-> Fpga | lm317t | Digital Source | 3 | 2nd January 2007 05:19 PM |
| Dynamic range compression & FPGA | marco72 | Digital Source | 2 | 24th March 2006 10:55 AM |
| Project: Surround Sound decoder on an FPGA | kevpatts | Digital Source | 6 | 9th November 2004 07:17 AM |
| Audio project with an FPGA? | gretzteam | Digital Source | 11 | 22nd March 2002 03:28 AM |
| New To Site? | Need Help? |
| Page generated in 0.12094 seconds (80.62% PHP - 19.38% MySQL) with 11 queries |