Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the Notepad++ of Verilog editing sharp weapon

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you how to install the Notepad++ of Verilog editing tools. I hope you will get something after reading this article. Let's discuss it together.

Notepad++ installation instructions

I. installation

It is recommended to install 32-bit Notepad++, because many plug-ins only support 32-bit. The current version is Notepad++7.8.6.

II. Setting up

Set the display space

2. Set the theme

3. Set keyboard shortcuts

Remove trailing spaces, TAB to whitespace

4. Set tabs in preferences

Add plug-ins to automatically add code snippets

Add plug-in FingerText

2. Click the plug-in (P) to see that Finger Text has appeared, click Toggle on/off snippetDock inside, the work bar appears on the right side of the interface, and click Open Snippet Editor

3. The setting of the code snippet is very simple, which is divided into three columns:

Column 1: trigger word. Type the trigger word after the setting is successful. Press the Tab key to show the code snippet.

Column 2: scope of use. The default is global, which can be changed to: Lang:Verilog.

Column 3: code snippet. Fill in your own code snippet and write the Terminator at the end. The symbol $[0 [] 0] sets the last mouse position when the code snippet is generated; the symbol $[! []!] Is to set the jump position when the Tab key is pressed; if $[! [a]!] appears in multiple places in the code snippet Symbol, then when you write the code there, all the locations containing the symbol, the code is written together.

4. Click "Export All" in the workbar to save all the code snippet files you have set.

5. Click "Import ftd File" in the workbar to import the code snippet file.

6. If you already have a ready-made ftd file, the newly installed Notepad++ can directly import the ftd file to use the ready-made FingerText data:

Add plug-ins to check Verilog code

1. Add plug-in NppExec

2. Add Execute command

After installing the NppExec plug-in, press F6 and enter

Cmd / k cd "$(CURRENT_DIRECTORY)" & vlib.exe work & vmap.exe work work & vlog.exe "$(FULL_CURRENT_PATH)" & ECHO. & EXIT

After clicking OK, the syntax error of the current file will be checked:

After reading this article, I believe you have a certain understanding of "how to install Notepad++ for Verilog editors". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report