Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Vim plugin for verilog instance generation, highly recommended!

Status
Not open for further replies.

zwm

Newbie level 1
Joined
Aug 2, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
This script is used for automatically generating verilog instance from
the file. When you type the given hot-key, instance will be copied to
system clipboard, and display or not by its working mode. Once your
file can access syntax check, this plunin will work, or there must be a
bug. It's encouraged to share it with me and all other people.

Supported working mode:
mode 0(default):
copy inst to clipboard and echo inst in commandline
mode 1:
only copy to clipboard
mode 2:
copy to clipboard and echo inst in split window
mode 3:
copy to clipboard and update inst_comment to file

To change the default working mode, you should modify the line "let
g:vlog_inst_gen_mode=x", x is the default working mode.

User defined command:
VlogInstGen : generate verilog instance
VlogInstMod : change working mode
Default hot-keys:
,ig : VlogInstGen
,im : VlogInstMod


Newest version from:
https://www.vim.org/scripts/script.php?script_id=4151
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top