Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming VHDL on Linux?

Tags:

Anyone knows good environment to program VHDL and simulate it (don't matter Xilinx or Altera) using Linux?

like image 904
Daniel M. Avatar asked Jun 11 '10 17:06

Daniel M.


People also ask

Is there a free version of Modelsim?

There are two opportunities to get a legal free Modelsim license: If you are a student, you can get a free student edition at Mentor website link. From Altera website, downloading Quartus II web edition. Altera provides a free license limited to Altera FPGA.


2 Answers

You're stuck with either vendors tools, which are spotty at best on Linux (though my experience with Alteras utilities are somewhat better than with ISE).

However, if all you want to do is run your testbed, not actually synthesize anything, ghdl will be of use.

like image 196
jer Avatar answered Nov 03 '22 04:11

jer


As mentioned by Arpan (almost) every VHDL simulator is supported by Linux, but they are usually very expensive. Your best shot would be to use one of the following:

  • Altera DS Web edition (Linux support has just been added) which comes with a free version of ModelSim.
  • Symphony EDA Sonata 3.1 is available as a free version with limited support.
  • Xilinx ISE which comes with Xilinxs own simulator: ISim.
like image 40
trondd Avatar answered Nov 03 '22 04:11

trondd