Electronic – Low cost FPGA and EDA tools? costs

edafpga

I have a small floating point unit, described in VHDL, and synthesizable. I'd like to buy an FPGA (not an expensive one) that would allow me to test in practice the unit.

I've used an FPGA in the past, a virtex-5, which is too expensive for what I have to do. I wanted to buy the cheapest I need for the task I have in mind.

I'm not an expert in purchasing this stuff however so I was wondering.

  1. When I buy an FPGA is usually some licence to use some EDA tool also sold?
  2. If the answer to 1. is NO, how much could cost a licences?
  3. Is there anything else I need to buy for what I want to do?

Thx

Best Answer

First, you need to determine the necessary size of FPGA. Get Free Xilinx WebPack, it supports plenty of devices. I would recommend to install/launch the tool, and virtually create a project with the most affordable Spartan-6 family. It is supported up to 75,000 logic sells with 93,000 flip-flops. Or you can start with newest Kintex or Artix series up to 200,000 slices. Then compile your code with no pin constraints (only basic timing), and get the cell/gate count for your design. Then you can scale down the project to a more affordable minimal FPGA size.
You can do this before buying any hardware.