diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-12 09:44:37 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-12 09:44:37 +0000 |
commit | 08a7bacf70a5d5cb1d347b59656f36e2389941bd (patch) | |
tree | 5ce9d90c6c3d7cf539c37c7e35e624d964c2dedc /cad/verilog-mode.el/pkg-descr | |
parent | 8d65a7b91dfebc56ccec8b30ab025f354e0c286d (diff) | |
download | ports-08a7bacf70a5d5cb1d347b59656f36e2389941bd.tar.gz ports-08a7bacf70a5d5cb1d347b59656f36e2389941bd.zip |
Notes
Diffstat (limited to 'cad/verilog-mode.el/pkg-descr')
-rw-r--r-- | cad/verilog-mode.el/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/verilog-mode.el/pkg-descr b/cad/verilog-mode.el/pkg-descr new file mode 100644 index 000000000000..49316f00dda8 --- /dev/null +++ b/cad/verilog-mode.el/pkg-descr @@ -0,0 +1,10 @@ +Verilog-mode.el is a Verilog mode for Emacs which provides context-sensitive +highlighting, auto indenting, and provides macro expansion capabilities to +greatly reduce Verilog coding time. + +Recent versions allow you to insert AUTOS in non-AUTO designs, so IP interconnect +can be easily modified. You can also expand Verilog-2001 ".*" instantiations, to +see what ports will be connected by simulators. + +Author: Michael McNamara <mac@verilog.com>, Wilson Snyder <wsnyder@wsnyder.org> +WWW: http://www.veripool.org/wiki/verilog-mode |