GNU ELPA - verilog-mode

verilog-mode

Description
major mode for editing verilog source in Emacs
Latest
verilog-mode-2023.6.6.141322628.tar, 2023-Jun-07, 620 KiB
Maintainer
Michael McNamara <mac@verilog.com>
Website
https://www.veripool.org
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET verilog-mode RET

Full description

USAGE
=====

A major mode for editing Verilog and SystemVerilog HDL source code (IEEE
1364-2005 and IEEE 1800-2012 standards).  When you have entered Verilog
mode, you may get more info by pressing C-h m. You may also get online
help describing various functions by: C-h f <Name of function you want
described>

KNOWN BUGS / BUG REPORTS
=======================

SystemVerilog is a rapidly evolving language, and hence this mode is
under continuous development.  Please report any issues to the issue
tracker at

   https://www.veripool.org/verilog-mode

Please use verilog-submit-bug-report to submit a report; type C-c
C-b to invoke this and as a result we will have a much easier time
of reproducing the bug you find, and hence fixing it.

INSTALLING THE MODE
===================

An older version of this mode may be already installed as a part of
your environment, and one method of updating would be to update
your Emacs environment.  Sometimes this is difficult for local
political/control reasons, and hence you can always install a
private copy (or even a shared copy) which overrides the system
default.

You can get step by step help in installing this file by going to
<https://www.veripool.org/verilog-mode>

The short list of installation instructions are: To set up
automatic Verilog mode, put this file in your load path, and put
the following in code (please un comment it first!) in your
.emacs, or in your site's site-load.el

  (autoload 'verilog-mode "verilog-mode" "Verilog mode" t )
  (add-to-list 'auto-mode-alist '("\\.[ds]?va?h?\\'" . verilog-mode))

Be sure to examine at the help for verilog-auto, and the other
verilog-auto-* functions for some major coding time savers.

If you want to customize Verilog mode to fit your needs better,
you may add the below lines (the values of the variables presented
here are the defaults).  Note also that if you use an Emacs that
supports custom, it's probably better to use the custom menu to
edit these.  If working as a member of a large team these settings
should be common across all users (in a site-start file), or set
in Local Variables in every file.  Otherwise, different people's
AUTO expansion may result different whitespace changes.

  ;; Enable syntax highlighting of **all** languages
  (global-font-lock-mode t)

  ;; User customization for Verilog mode
  (setq verilog-indent-level             3
        verilog-indent-level-module      3
        verilog-indent-level-declaration 3
        verilog-indent-level-behavioral  3
        verilog-indent-level-directive   1
        verilog-case-indent              2
        verilog-auto-newline             t
        verilog-auto-indent-on-newline   t
        verilog-tab-always-indent        t
        verilog-auto-endcomments         t
        verilog-minimum-comment-distance 40
        verilog-indent-begin-after-if    t
        verilog-auto-lineup              'declarations
        verilog-linter                   "my_lint_shell_command"
        )

Old versions

verilog-mode-2022.12.18.181110314.tar.lz2022-Dec-18 112 KiB
verilog-mode-2022.12.17.249810658.tar.lz2022-Dec-17 112 KiB
verilog-mode-2021.10.14.127365406.tar.lz2021-Oct-16 108 KiB
verilog-mode-2021.10.14.127365406.tar.lz2021-Oct-16 108 KiB
verilog-mode-2021.9.23.89128420.tar.lz2021-Sep-23 108 KiB
verilog-mode-2021.9.22.45357537.tar.lz2021-Sep-22 108 KiB
verilog-mode-2021.9.16.45775504.tar.lz2021-Sep-16 108 KiB
verilog-mode-2021.9.1.191709444.tar.lz2021-Sep-15 108 KiB
verilog-mode-2021.4.12.188864585.tar.lz2021-Apr-12 108 KiB
verilog-mode-2021.3.30.243771231.tar.lz2021-Mar-30 108 KiB
verilog-mode-2021.3.29.215531170.tar.lz2021-Mar-30 108 KiB
verilog-mode-2021.2.2.263931197.tar.lz2021-Mar-09 108 KiB
verilog-mode-2020.6.27.14326051.tar.lz2022-Feb-10 106 KiB
verilog-mode-2020.6.27.14326051.el.lz2020-Jul-05 106 KiB
verilog-mode-2020.2.23.232634261.el.lz2020-Feb-24 106 KiB
verilog-mode-2019.12.17.268053413.el.lz2019-Dec-18 105 KiB
verilog-mode-2019.11.21.248091482.el.lz2019-Nov-21 105 KiB
verilog-mode-2019.11.11.38630457.el.lz2019-Nov-11 105 KiB
verilog-mode-2019.9.23.4801067.el.lz2019-Sep-24 105 KiB
verilog-mode-2019.6.21.103209889.el.lz2019-Jul-09 105 KiB