Home > Development Tools > sublime > body text

Detailed explanation of Sublime Text3 configuration Verilog syntax environment

藏色散人
Release: 2021-04-23 16:02:35
forward
4305 people have browsed it

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())
Copy after login

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

    You can see it in the menu bar-View-Syntax
  • Method 2:
1. Download plug-in:

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 restart

The 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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template