vim-verilog-instance icon indicating copy to clipboard operation
vim-verilog-instance copied to clipboard

verilog_instance.vim: create instantiation of ports from port declaration

Results 2 vim-verilog-instance issues
Sort by recently updated
recently updated
newest added

Hi! Is it possible to add an option thus the comments from the original port list are kept? Thanks!

enhancement
help wanted

before (assume that user copied the port declaration to top) input clk, input [2:0] in_a, input [2:0] in_b, output reg [3:0] out_sum module module_name ( input clk, input [2:0] in_a,...