sponsor Vim development Vim logo Vim Book Ad

verilog_systemverilog.vim : Extending Verilog syntax highlighting for SystemVerilog

 script karma  Rating 1455/672, Downloaded by 25271  Comments, bugs, improvements  Vim wiki

created by
Amit Sethi
 
script type
syntax
 
description
This script extends Verilog syntax highlighting, which comes along with Vim 6.3, and adds SystemVerilog stuff to it. It will recognize Verilog and SystemVerilog syntax in *.v, *.vh and *.sv files. The new syntax is named as "verilog_systemverilog". If your scripts are loaded correctly, you should see this syntax name when you execute the Vim command ":set syntax?" in your Verilog/SystemVerilog files.
 
install details
Untar the package verilog_systemverilog.tar.gz
Copy  verilog_systemverilog/ftdetect/verilog_systemverilog.vim to your $HOME/.vim/ftdetect directory.
Copy verilog_systemverilog/syntax/verilog_systemverilog.vim to your $HOME/.vim/syntax directory.
Copy verilog_systemverilog/indent/* to your $HOME/.vim/indent directory.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
verilog_systemverilog.tar.gz 1.2 2006-07-27 6.0 Amit Sethi syntax/verilog_systemverilog.vim -
      * Added new highlight group for SVA Assertions

indent/verilog_systemverilog.vim -
      * Fixed conflicting function names
verilog_systemverilog.tar.gz 1.1 2006-06-28 6.0 Amit Sethi Added indentation script for SystemVerilog.

This script is based on verilog.vim indentation script developed by Chih-Tsun Huang <cthuang@larc.ee.nthu.edu.tw> http://larc.ee.nthu.edu.tw/~cthuang/vim/indent/verilog.vim and packaged in Vim6.3

Installation
Copy the verilog_systemverilog/indent/*.vim to your $HOME/.vim/indent directory
verilog_systemverilog.tar.gz 1.0 2006-06-26 6.0 Amit Sethi Initial upload
ip used for rating: 3.91.19.28

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github