Home > Article > Development Tools > Detailed explanation of Sublime Text3 configuration Verilog syntax environment
The following tutorial column will introduce to you how to configure the Verilog grammar environment in Sublime Text3. I hope it will be helpful to friends in need! Method 1:
1. Download and install the software2.Install the Package Control plug-in
It is not installed by default and is required Manual installation:
Press ctrl~ to bring up the console and paste the following command in it:
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
3. Restart after the installation is complete
4. Install the Chinese plug-in:
(1) ctrl shift p pops up the search box and enter install
## (2) Click on the first entry to enter ChineseLocalizations and click to install
(3) Find the language setting in the menu bar help
5. Install the verilog plug-in:ctrl shift p pop up the search box and enter install
and click The first input is verilog, and you can install it
Link: https://pan.baidu.com/s/1RcFqrUYxgblK-opuHDiOTw
Extraction code: 2pi2 2. Copy the file Go to C:\Users\your username\AppData\Roaming\Sublime Text 3\Packages\User and restartThe above is the detailed content of Detailed explanation of Sublime Text3 configuration Verilog syntax environment. For more information, please follow other related articles on the PHP Chinese website!