2

As indicated in the heading, I'm looking for an IDE for Verilog. I am a Mac user, but I couldn't find any (good) one, especially one that has more or less the same functionality as Eclipse.

Thanks in advance!

Burak.
  • 598
  • 7
  • 19
  • Have you tried Icarus Verilog (http://stackoverflow.com/questions/19369725/what-to-use-to-compile-and-simulate-verilog-programs-on-mac-os-x-10-6-8)? – Vineet Kosaraju Jun 23 '15 at 23:00
  • @Bucco Icarus Verilog is a simulator and synthesis tool; I dont believe it has an IDE. You could always adapt eclipse for Verilog (which probably has been done but Im not sure if something exists for easy download) – Unn Jun 23 '15 at 23:35
  • @Bucco I know Icarus actually, but I'm looking for more practical and useful editor/compiler-like tool for Verilog. – Burak. Jun 24 '15 at 00:40
  • verilog-mode for emacs is by far the most powerful environment for Verilog: http://www.veripool.org/wiki/verilog-mode – SK-logic Jun 24 '15 at 12:00

1 Answers1

2

You can give SVEditor a try! It's an Eclipse-based IDE with some basic features.

antuirno
  • 396
  • 3
  • 8