Verilog Gui Tool For Mac

Active5 years, 5 months ago

I suddenly realized that there is no Altera Quartus or Xilins ISE or ModelSim on Mac OS X.

This page contains Verilog tutorial, Verilog Syntax, Verilog Quick Reference, PLI, modelling memory and FSM, Writing Testbenches in Verilog, Lot of Verilog Examples and Verilog in One Day Tutorial. SmGen is a finite state machine (FSM) generator for Verilog.On the other hand, it is not an FSM entry tool.The input is behavioral Verilog with clock boundaries specifically set by the designer. Covered is a Verilog code coverage utility using VCD/LXT/FST dumpfiles (or VPI interface) and the design to generate line, toggle, memory, combinational logic, FSM state/arc.

What do people use to at least simulate VHDL and schematic designs on Macs?

Vladimir KeleshevVladimir Keleshev
6,15011 gold badges52 silver badges80 bronze badges

3 Answers

Try GHDL (alternate link: at ghdl.free.fr).

From the site:

Mac

GHDL is an open-source simulator for the VHDL language. GHDL allows you to compile and execute your VHDL code directly in your PC. Combined with a GUI-based wave viewer and a good VHDL text editor, GHDL is a very powerful tool for writing, testing and simulating your VHDL code.

GHDL is based on the very popular GNU compiler GCC and runs on Linux, Windows and Apple OS X. You can freely download a binary distribution for your OS or try to compile GHDL on your own machine.

sinelawsinelawVerilog
13k1 gold badge36 silver badges73 bronze badges

I use aquamacs for design entry. For verilog I use icarus and gtkwave.

I have not tried GHDL, I have been running a headless linux server via VirtualBox and running modelsim via ssh with X11 forwarding. That also works for ISE and Quartus.

Note that for X11 forwarding on the Mac, you have to turn on trusted in your config

or on the command line

Let me know how you get on.

Itool For Mac

GeorgeGeorge

What most people use is Parallels (or another virtualisation tool), so that they can use a ModelSim on Parallels, on their Mac. Some people just SSH to a company Linux server that runs the simulator.

Another interesting way to go is www.plunify.com. This is a service that runs your simulations in the cloud and emails you the results.

Verilog

Finally, I hear there is a commercial VHDL simulator that runs on natively on Mac OS X: DirectVHDL. It has limitations, but it might be good enough to get started.

Verilog Gui Tools For Mac

PhilippePhilippe

Not the answer you're looking for? Browse other questions tagged macossimulationvhdldigital-logic or ask your own question.