sponsor Vim development Vim logo Vim Book Ad

Verilog constructs plugin : Plugin to insert Verilog Constructs

 script karma  Rating 0/0, Downloaded by 996  Comments, bugs, improvements  Vim wiki

created by
Anil Tallapragada
 
script type
utility
 
description
This plugin is for those guys who forget the syntax of different constructs in Verilog.This plugin will add a new menu to GVIM. The sub menus when clicked insert appropriate templates.
This is developed only for GVIM and has key mappings to use with plain VIM. Also its written with windows in mind, so unix user excuse me.
 
install details
====================================================================
  INSTALLATION
====================================================================
(1) Copy the zip archive  vlog-support.zip to ($VIM/vimfiles) and run

      unzip vlog-support.zip
      (Winzip -> Extract here)

(2) Set at least some personal details into $VIM/_vimrc
      Here the minimal personalization

  let g:VERILOG_AuthorName   = "T. Anil Kumar"    
  let g:VERILOG_AuthorRef    = "MTS"                        
  let g:VERILOG_Email        = "anilk_tallaprada@yahoo.com"            

3) Restart gVim and generate the help tags

  :helptags $VIM/vimfiles/doc (Windows)

and look at the VerilogSupport help with

  :help vlogsupport


Please see “Additional Tips” section in README.vlogsupport for some cool tips
 

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
vlog-support.zip 1.0 2008-09-25 7.2 Anil Tallapragada Initial upload
ip used for rating: 3.138.110.119

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