verilog_smn.vim : To display the module name and instance name when viewing verilog file
script karma |
Rating 3/3,
Downloaded by 580 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
|
|
script type |
utility |
|
description |
When you view a verilog file, especially there are multiple instances in one file, you may want to know which module or instance under the cursor. Without this script, you have to scroll or search back to find the module and instance name. After install this script, you only need to type :SMN command (i.e. ShowModuleName) to echo the module and instance name in the status line. |
|
install details |
Put the file into your ~/.vim/plugin directory or use the Pathogen to put the script into bundle/verilog_smn/plugin directory. |
|
script versions (upload new version)
Click on the package to download.
verilog_smn.vim |
1.3 |
2021-09-11 |
7.4 |
|
Fix some bugs and print the line number of the found module and instance. |
verilog_smn.vim |
1.1 |
2021-09-10 |
7.4 |
|
Initial upload |
ip used for rating: 18.119.121.38
|