Wish List - Hardware:FPGA

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(+info)
m (AT91CAP9S500A (ARM9 + FPGA-port))
Line 12: Line 12:
 
**[http://www.arsc.edu/news/archive/fpga/Wed-1030-Najjar.pdf Compiled Acceleration of C Codes for FPGAs (pdf)] Quote: "...Riverside Optimizing Compiler for Configurable Computing. A C/C++ to VHDL compiler...Same speed as hand-written VHDL codes...[http://www.cs.ucr.edu/~roccc/ ROCCC] is not intended to compile the whole code to FPGA. Only compute intensive code segments, typically parallel loops..."
 
**[http://www.arsc.edu/news/archive/fpga/Wed-1030-Najjar.pdf Compiled Acceleration of C Codes for FPGAs (pdf)] Quote: "...Riverside Optimizing Compiler for Configurable Computing. A C/C++ to VHDL compiler...Same speed as hand-written VHDL codes...[http://www.cs.ucr.edu/~roccc/ ROCCC] is not intended to compile the whole code to FPGA. Only compute intensive code segments, typically parallel loops..."
 
**[http://www.jhdl.org/ BYU JHDL, Open Source FPGA CAD Tools]
 
**[http://www.jhdl.org/ BYU JHDL, Open Source FPGA CAD Tools]
 +
*** [[user:jcarroll|I]] work for the lab that produced JHDL.  Are you interested in using it? --[[User:Jcarroll|Jcarroll]] 20:13, 15 July 2008 (UTC)
 
*[http://www.eetimes.com/showArticle.jhtml;?articleID=197002705 02/05/2007, FPGA tool bottleneck stalls HPC] Quote: "...Current FPGA synthesis, placement and routing tools are written for hardware designers, not software programmers simply trying to accelerate an algorithm..."
 
*[http://www.eetimes.com/showArticle.jhtml;?articleID=197002705 02/05/2007, FPGA tool bottleneck stalls HPC] Quote: "...Current FPGA synthesis, placement and routing tools are written for hardware designers, not software programmers simply trying to accelerate an algorithm..."
  

Revision as of 22:13, 15 July 2008

Contents

AT91CAP9S500A (ARM9 + FPGA-port)

Why FPGA?:

Take a look at this microcontroller, that integrates an ARM9 microcontroller and a dedicated FPGA port: AT91CAP9S500A. It has "only" a max. clock at 200MHz, but can use a FPGA for hardware acceleration, that could be used for video (de)compression, aacPlus v2/HE-AAC v2 sound (de)compression and many other things. HE-AAC v2 is better than MP3.

  • AT91CAP9S500A Quote: "...The AT91CAP9S500A is built around a 12-layer bus matrix, allowing a maximum internal bandwidth of twelve 32-bit buses. Its distributed DMA architecture enables multiple data transfers to take place between the processor, memories and peripherals with minimal processor overhead...".
  • GNU-Based Software Development on AT91SAM Microcontrollers
  • Maybe this is a good tool?:
  • 02/05/2007, FPGA tool bottleneck stalls HPC Quote: "...Current FPGA synthesis, placement and routing tools are written for hardware designers, not software programmers simply trying to accelerate an algorithm..."

This seems to be a good hardware mix (ARM+FPGA). It does Ogg Theora or MJPEG in the FPGA with 1 million gates:

Just another FPGA+microcontroller example:

I do not think this means what you think it means... I read "...and a metal programmable (MP) block of 500K gates of digital logic." as meaning that it's a one-time programmable block, more akin to a standard-cell ASIC than an FPGA. This is supported by the fact that their development board contains a separate FPGA chip. Now, granted, having a 500K gate ASIC on board an ARM is a cool thing... but not quite as cool as this chip appeared at first glance.

Possible FPGA

This FPGA is just an example:

  • Spartan-3AN FPGA Capabilities Quote: "...Simple and secure embedded application storage with up to 11Mb of integrated user Flash...Enable simple arithmetic and math functions as well as advanced DSP functions to derive over 330 Giga MACs/sec...Up to 32 18 x 18 embedded multipliers support 18-bit signed or 17-bit unsigned multiplication, and can be cascaded to support wider bits..."
    • XC3S1400AN-4FGG676CES $91
    • XC3S200AN-4FTG256CES $25.87

Tool for FPGAs

Asynchronous FPGA, AFPGA

Personal tools

AT91CAP9S500A (ARM9 + FPGA-port)

Why FPGA?:

Take a look at this microcontroller, that integrates an ARM9 microcontroller and a dedicated FPGA port: AT91CAP9S500A. It has "only" a max. clock at 200MHz, but can use a FPGA for hardware acceleration, that could be used for video (de)compression, aacPlus v2/HE-AAC v2 sound (de)compression and many other things. HE-AAC v2 is better than MP3.

  • AT91CAP9S500A Quote: "...The AT91CAP9S500A is built around a 12-layer bus matrix, allowing a maximum internal bandwidth of twelve 32-bit buses. Its distributed DMA architecture enables multiple data transfers to take place between the processor, memories and peripherals with minimal processor overhead...".
  • GNU-Based Software Development on AT91SAM Microcontrollers
  • Maybe this is a good tool?:
  • 02/05/2007, FPGA tool bottleneck stalls HPC Quote: "...Current FPGA synthesis, placement and routing tools are written for hardware designers, not software programmers simply trying to accelerate an algorithm..."

This seems to be a good hardware mix (ARM+FPGA). It does Ogg Theora or MJPEG in the FPGA with 1 million gates:

Just another FPGA+microcontroller example:

I do not think this means what you think it means... I read "...and a metal programmable (MP) block of 500K gates of digital logic." as meaning that it's a one-time programmable block, more akin to a standard-cell ASIC than an FPGA. This is supported by the fact that their development board contains a separate FPGA chip. Now, granted, having a 500K gate ASIC on board an ARM is a cool thing... but not quite as cool as this chip appeared at first glance.

Possible FPGA

This FPGA is just an example:

  • Spartan-3AN FPGA Capabilities Quote: "...Simple and secure embedded application storage with up to 11Mb of integrated user Flash...Enable simple arithmetic and math functions as well as advanced DSP functions to derive over 330 Giga MACs/sec...Up to 32 18 x 18 embedded multipliers support 18-bit signed or 17-bit unsigned multiplication, and can be cascaded to support wider bits..."
    • XC3S1400AN-4FGG676CES $91
    • XC3S200AN-4FTG256CES $25.87

Tool for FPGAs

Asynchronous FPGA, AFPGA