Vip
VIP (VHDL Interface Plug-in) is a script for VIM text editor (http://www.vim.org/) which provides some facilities to copy and paste entities, components and instances of a components.
Install / Use
/learn @JPR75/VipREADME
#Introduction
VIP (VHDL Interface Plug-in) is a script for VIM text editor which provides some facilities to copy paste entities, components and instances of components.
For example you can copy the component :
component mux is -- place the cursor on this line and enter the command :Viy (Vhdl Interface Yank)
port (
INPUT : in std_logic_vector (15 downto 0);
SEL : in std_logic;
OUTPUT : out std_logic
);
end component mux;
and paste it as an instance :
mux_0 : mux -- place the cursor here and enter the command :Vii (Vhdl Interface Instance)
port map (
INPUT => s_INPUT,
SEL => s_SEL,
OUTPUT => s_OUTPUT
);
VIP can :
copy an entity and paste it as
an entity
a component
an instance
copy a component and paste it as
an entity
a component
an instance
copy a instance and paste it as
an instance (with auto-incrementation of the suffix number)
VIP tries to respect your indentation as much as possible (spaces, tabs, spaces + tabs). It can work with many different styles of writing entities, components and instances but not all of them. See documentation.
#Download :
[VIM scripts / VIP] (http://www.vim.org/scripts/script.php?script_id=3335)
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
