Arun
Arun

Reputation: 1679

Verilog simulator for windows

I'm looking for a verilog simulator for windows. All I see is the source code for veriwell, with makefiles for Linux. Anybody have any suggestion on where I can find the binaries for veriwell or other Verilog simulator.

Upvotes: 0

Views: 746

Answers (1)

EML
EML

Reputation: 10281

Veriwell is an excellent simulator, but unfortunately only supports vlog-95, which makes it unusable for realistic designs. Icarus is the way to go - I'm pretty sure you can download Windows binaries, very reliable and stable, active support, good language compliance, very low level of bugs (much better than at least one widely-used commercial simulator, for example).

Upvotes: 1

Related Questions