About This File This file, when sourced via your .vimrc file, highlights the HDL (Verilog, SystemVerilog) and Methodology layer (UVM) keywords in the vim editor. 1 dheerupresent reacted to this Report this file
Report reply kansagaratushar 3 Posted September 12, 2013 Thanks... 1 Parveen Thekkedath reacted to this Share this comment Link to comment Share on other sites
Report reply avicvc 1 Posted September 26, 2014 have you tried doing this in your global .vimrc file?? If not add this line in ~/.vimrc file and check . >>au BufNewFile,BufRead *.sv,*.svh,*.vh,*.v so ~/.vim/syntax/verilog_systemverilog.vim 1 Hongnhattl reacted to this Share this comment Link to comment Share on other sites
Report reply babak81 0 Posted October 28, 2014 Perfect! Thanks, yes it resolved it. This is indeed a useful plug-in. Thanks for providing it. Share this comment Link to comment Share on other sites
Report reply skhanna 1 Posted November 25, 2014 Hi, I am unable to get this working. Below are the setps I did: 1) downloaded the file and copied it to : ~/.vim/syntax/verilog_systemverilog.vim 2) added the following in .gvimrc -> au BufNewFile,BufRead *.sv,*.svh,*.vh,*.v so ~/.vim/syntax/verilog_systemverilog.vim Is there anything else i need to do? The comments int he file say , It Requires $VIMRUNTIME/syntax/verilog.vim to exist. How do I set the variable and what should verilog.vim contain? Thanks 1 Mstones reacted to this Share this comment Link to comment Share on other sites
Report reply KameshwarRaoK 0 Posted January 7, 2015 Thanks lot it is working fine. Share this comment Link to comment Share on other sites
Report reply jds 0 Posted November 13, 2017 I want to use syntax highlighting for vim in windows. How can I use it Share this comment Link to comment Share on other sites
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now