Awesome
vim-hdl-examples
An example project to demonstrate the usage of vim-hdl.
Usage
-
Check the ModelSim® version you have installed (any version should work)
vcom -version Model Technology ModelSim ALTERA vcom 10.3c Compiler 2014.09 Sep 20 2014
-
Clone this repository
mkdir ~/temp/ cd ~/temp/ git clone https://github.com/suoto/vim-hdl-examples.git cd vim-hdl-examples/
-
Open a VHD from this repository
vim another_library/foo.vhd
-
Select the project file
let g:vimhdl_conf_file = 'example.conf'
-
Run Syntastic check
:SyntasticCheck
-
Tags should have been generated by now. You can place the cursor at some word and use
<C+]>
to jump and<C+t>
to go back. See:help tags
in Vim for more info.
Issues
You can use the vim-hdl issue tracker for bugs, feature request and so on.
License
This software is licensed under the GPL v3 license.
Notice
Mentor Graphics®, ModelSim® and their respective logos are trademarks or registered trademarks of Mentor Graphics, Inc.
Altera® and its logo is a trademark or registered trademark of Altera Corporation.
vim-hdl's author has no connection or affiliation to any of the trademarks mentioned or used by this software.