1. GVIM installed

2. https://www.vim.org/scripts/script.php?script_id=1586

Download verilog_systemverilog.tar.gz

Unzip, C:\Users\VLSIGuru\Downloads\verilog_systemverilog

verilog_systemverilog will have 3 folders:

ftdetect

indent

syntax

3. Copy above to below paths (respectively)C:\Program Files (x86)\Vim\vimfiles

4. Open ~/.vimrc
Copy below content in above file:

set hlsearch
set incsearch
set number
set showmode
set autoindent
set tabstop=4
set syntax=ON
set nocompatible
set backspace=indent,eol,start
set guifont=Consolas:h17
syntax on

Course Registration