vim-hdl : Vim plugin to aid VHDL development
script karma |
Rating 28/9,
Downloaded by 1053 |
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' |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.168
|