Installing Verilog-Mode¶
Download¶
The most recent version is:
Or, the last few versions:
verilog-mode-2019-01-02-47b88f2-vpo.el.gz (125KB, Jan 02 2019)
To see what's changed, see Verilog-Mode Change History
Important Download Tip¶
Note some browsers will truncate these files if you click on the link to open it. Instead:
If using Firefox, right-click on verilog-mode.el and "Save Target As" verilog-mode.el.
If using Explorer, right-click on verilog-mode.el and "Save Link As." Choose to save the file, then when the save dialog shows up, change the filename from the wrongly defaulted "verilog-mode.el.htm" to "verilog-mode.el".
Install¶
Place verilog-mode.el in your Emacs load-path, and add a few lines to your site-start .emacs file. See the instructions at the top of the .el file for details.
Sources¶
The source tree including tests is available at https://github.com/veripool/verilog-mode. If using this distribution you will need to "make" then install e/verilog-mode.el, not the verilog-mode.el in the top of the directory (which does not have the version number in it).
Prerequisites¶
Verilog-mode.el runs on any operating system with a recent GNU Emacs or XEmacs.
Announcements¶
To get notified of new releases, login, then click the "watch" button near the top right under Changes.
GNU Emacs distribution¶
Note verilog-mode.el also comes as part of Emacs 21 and later. This version always lags the version here, by months to years. If you have issues with the version distributed with Emacs, please try the most recent release here.