jimmysitu / vtags

Verdi like, verilog code signal trace and show hierarchy script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Install from Vundle

Place this in your .vimrc:

Plugin 'universal-ctags/ctags'

then run the following in Vim:

:source %
:PluginInstall

Usage

shortcut key function
mt print module trace from top to current cursor module.
gi go into submodule
gu go upper module
gs trace source
gd trace destination
gf go forward
gb jjjroll back
<Space><Left> trace source
<Space><Right> trace destination
<Space><Down> roll back
<Space><Up> go forward
<Space> + v view sidebar
<Space> + c add checkpoint
<Space> + b add basemodule
<Space> + d delete
<Space> + h hold cur window
<Space> quick access
<Space> + s save snapshort
gvim/vim reload snapshort

Notice

This is a from Jun Cao's vtags

About

Verdi like, verilog code signal trace and show hierarchy script

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 98.3%Language:Vim Script 1.7%