Free VHDL or Verilog Simulator

A

Abby Brown

Guest
Hi,

Altera's Quartus II does not include a free simulator. Is there
a free VHDL or Verilog simulator that is reasonalbly good?
Google shows a few but I would prefer a recommendation.

Thanks,
Gary
 
On Mar 29, 3:22 pm, "Abby Brown" <abbybr...@charter.net> wrote:
Hi,

Altera's Quartus II does not include a free simulator.  Is there
a free VHDL or Verilog simulator that is reasonalbly good?
Google shows a few but I would prefer a recommendation.

Thanks,
Gary
Icarus is great.

Also, if you have heavy-duty sims that take a lot of time, and don't
mind doing a little test jig coding in C or C++, verilator is great
and fast (but it is only a 2 state simulator, not a 4 state
simulator).

Regards,
Pat
 
On 29/03/10 21:22, Abby Brown wrote:
Hi,

Altera's Quartus II does not include a free simulator. Is there
a free VHDL or Verilog simulator that is reasonalbly good?
Google shows a few but I would prefer a recommendation.

Thanks,
Gary
Depends what you mean by "include" - you can download a completely free
version of Modelsim from the Altera Website,

regards
Alan

--
Alan Fitch
 
Altera's Quartus II does not include a free simulator. Is
there
a free VHDL or Verilog simulator that is reasonalbly good?
Google shows a few but I would prefer a recommendation.

Depends what you mean by "include" - you can download a
completely free
version of Modelsim from the Altera Website,
Alan Fitch
Good. That appears to be brand new. Last time I looked
Modelsim was available only with a subscription. My bdf to C#
generator is now working but Modelsim is a backup.

Thanks,
Gary
 
On 4/2/10 11:30 AM, Abby Brown wrote:
Altera's Quartus II does not include a free simulator. Is
there
a free VHDL or Verilog simulator that is reasonalbly good?
Google shows a few but I would prefer a recommendation.

Depends what you mean by "include" - you can download a
completely free
version of Modelsim from the Altera Website,
Alan Fitch

Good. That appears to be brand new. Last time I looked
Modelsim was available only with a subscription. My bdf to C#
generator is now working but Modelsim is a backup.
The free versions of Modelsim have been available for years (also
through xilinx - look for "starter edition") but are really usable for
small designs. Once your design goes over a certain number of statements
(I think 500 or something like that) execution slows to a crawl.

-Jeff
 
Jeff Cunningham wrote:
The free versions of Modelsim have been available for years (also
through xilinx - look for "starter edition") but are really usable for
small designs. Once your design goes over a certain number of statements
(I think 500 or something like that) execution slows to a crawl.
there are also free (as free beer or as a gnu) simulators for VHDL :
http://symphonyeda.com/ quite nice
http://ghdl.free.fr/ quite awesome in certain aspects
(yes i'm biased because I use it and it can do things others can't)


--
http://ygdes.com / http://yasep.org
 
Jeff Cunningham wrote:
The free versions of Modelsim have been available for years (also
through xilinx - look for "starter edition") but are really usable for
small designs. Once your design goes over a certain number of statement

(I think 500 or something like that) execution slows to a crawl.

there are also free (as free beer or as a gnu) simulators for VHDL :
http://symphonyeda.com/ quite nice
http://ghdl.free.fr/ quite awesome in certain aspects
(yes i'm biased because I use it and it can do things others can't)

-Jeff
yg

--
http://ygdes.com / http://yasep.org
I have used icarus and GHDL and found them okay for small designs. I use
it to model sparse memory (VPI for icarus verilog).
The work was posted at:
h---://bknpk.no-ip.biz/my_web/MiscellaneousHW//memory_hdl_models.html



---------------------------------------
Posted through http://www.FPGARelated.com
 
Hi,

Altera's Quartus II does not include a free simulator. Is there
a free VHDL or Verilog simulator that is reasonalbly good?
Google shows a few but I would prefer a recommendation.

Thanks,
Gary
Use GHDL for VHDL. I used it. It can also simulate a post NGD VHD
net-list. It supports also c interface.
http://bknpk.ddns.net/my_web/IP_STACK/start_1.html

"...andom generation using c code and VHPI..."
http://bknpk.ddns.net/my_web/SDIO/ip_ttl_filter_d_b_packets_rand.html


---------------------------------------
Posted through http://www.FPGARelated.com
 
Icarus is great.
+1. And, gtkwave, regardless of the simulator.

---------------------------------------
Posted through http://www.FPGARelated.com
 

Welcome to EDABoard.com

Sponsor

Back
Top