Why use an FPGA?

“Please help me do this on an FPGA” The question you shouldn’t ask! A common refrain on many of the internet’s finest help forums and newsgroups is “I’m trying to do x using an FPGA, help!” And very often “x” is a task which would be more optimally (by many different measures!) be performed in… Continue reading Why use an FPGA?

Published
Categorised as Uncategorised Tagged

More ARM FPGA

A while ago I compared Altera and Xilinx’s ARM-based FPGA combos. More information is now available publicly, so let’s see what we know now… One thing that’s hard to miss is that Altera are making a big thing of their features to support applications with more taxing reliability and safety requirements. Altera’s external DRAM interface… Continue reading More ARM FPGA

Published
Categorised as Uncategorised Tagged ,

FPGAs and ARMs – a summary

[Today, I compared the new combined ARM and FPGA devices](/node/77) from [Xilinx](http://www.xilinx.com) and [Altera](http://www.altera.com). This post summarises that rather long post!

Summary
====

Well, there’s two wacky new series of devices.

Published
Categorised as Uncategorised Tagged ,

FPGAs considered ARM-full

[Xilinx](http://www.xilinx.com) and [Altera](http://www.altera.com) have [both](http://press.xilinx.com/phoenix.zhtml?c=212763&p=irol-newsArticle&ID=1534041&highlight=) [announced](http://www.altera.com/corporate/news_room/releases/2011/products/nr-soc-fpga.html) FPGAs with hard [ARM](http://www.arm.com) processors on them. Xilinx have even got a new product famliy name (Zynq) for them.

Published
Categorised as Uncategorised Tagged ,

libv has a home

Some of my “useful bits” of library code have lived in `libv.vhd` for a while – I’ve split it off and licensed it with a CC0 license (which means the author disclaims copyright and offers no warranty). It’s [on github](https://github.com/martinjthompson/libv) and I’ll add contributions from anyone who has any!

Either individual functions to add to libv.vhd or great big wodges of useful code (like Jim Lewis’ [randomized testing libraries](http://www.synthworks.com/downloads/index.htm) maybe….)

Published
Categorised as Uncategorised Tagged ,

Tool switches

[@boldport](http://twitter.com/boldport/) asked:

[What are your #FPGA design space exploration techniques?](http://is.gd/BQ66JU)

which he expands upon:


“Design space exploration” is the process of trying out different settings and design methods for achieving better performance. Sometimes the goals are met without any of it — the default settings of the tools are sufficient. When they’re not, what are your techniques to meet your performance goals?

Yet again, the 140 character constraint leaves me with things unspoken….

Version control for FPGAs

[@boldport](http://twitter.com/#!/boldport) recently asked on Twitter what version control software people used on their FPGA designs. I replied that I use [git](http://git-scm.com/) at home and [Subversion](http://subversion.tigris.org/) at work. The reasons why take a bit more than 140 characters, so I’ve written them here!

FPGA Q&A area on stack exchange

For those who don’t know [Stack Overflow](http://stackoverflow.com/), I recommend having a look round. Web Forums (Fora?) done right. A sensible and easy way of rating questions and answers and questioners and answerers. For the right subjects, a goodly group of knowledgeable people answering them… But mainly on a software theme. Sadly (for me :) FPGAs and HDLs only come up occasionally (but I try and answer when I can). Enter Stack Exchange:

Published
Categorised as Uncategorised Tagged ,