sponsor Vim development Vim logo Vim Book Ad

vim-hdl : Vim plugin to aid VHDL development

 script karma  Rating 28/9, Downloaded by 972  Comments, bugs, improvements  Vim wiki

created by
Andre Souto
 
script type
utility
 
description
vim-hdl is a Vim plugin that uses hdlcc (https://github.com/suoto/hdlcc) to provide some helpers to VHDL development

- Syntax checking using third-party-compilers + Syntastic (see https://github.com/scrooloose/syntastic)
- Style checking

Supported third-party compilers

- Mentor Graphics® ModelSim®
- ModelSim-Altera® Edition
- GHDL

Style checking

- Signal names in lower case
- Constants and generics in upper case
- Unused signals, constants, generics, shared variables, libraries, types and attributes
- Comment tags (FIXME, TODO, XXX)

Requirements:
- Requires Vim compiled with Python support, plus features needed by Syntastic itself
- Only Vim 7.4+ are currently tested and supported

You can clone https://github.com/suoto/vim-hdl for the latest version.
 
install details
- Vim.org
Extract the tar.gz file into $VIM/bundle
- Pathogen
    cd ~/.vim/bundle/
    git clone --recursive https://github.com/suoto/vim-hdl.git
- Vundle
    Add to your vimrc:
    Plugin 'suoto/vim-hdl'
 

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
vim-hdl.tar.gz 0.1.0 2016-03-30 7.4 Andre Souto Initial upload
ip used for rating: 3.14.70.203

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