#fix issue 8
This commit is contained in:
parent
c86d6e57db
commit
5df7f1477e
@ -14,6 +14,4 @@ resources/**/*.js
|
|||||||
resources/**/*.d.ts
|
resources/**/*.d.ts
|
||||||
resources/**/*.wasm
|
resources/**/*.wasm
|
||||||
vsixmake.js
|
vsixmake.js
|
||||||
CHANGELOG.md
|
|
||||||
README.md
|
|
||||||
tsconfig.json
|
tsconfig.json
|
44
README.md
44
README.md
@ -1,28 +1,36 @@
|
|||||||
# Digital-IDE
|
# Digital IDE - version 0.3.0
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
<center>
|
||||||
|
<img src="./images/DIDE.png">
|
||||||
|
</center>
|
||||||
|
|
||||||
|
> ASIC & FPGA develop Platform on VS code (IDE for development of verilog, vhdl and system verilog)
|
||||||
|
|
||||||
|
- If you have any questions, please post them under [issues](https://github.com/Bestduan/Digital-IDE/issues).
|
||||||
|
- If you like it, please [star](https://github.com/Bestduan/Digital-IDE).
|
||||||
|
|
||||||
|
|
||||||
|
[English](https://bestduan.github.io/Digital-IDE-doc/#/)
|
||||||
|
|
||||||
---
|
[中文教程](https://digital-eda.github.io/DIDE-doc-Cn/#/)
|
||||||
|
|
||||||
## Developer
|
You are free to use it. Finally, if you like this extension and have some great idea, please connact with me. I am look foward to your joining.
|
||||||
|
|
||||||
make pakage:
|
- Email: sterben.661214@gmail.com.
|
||||||
|
- QQ群: 932987873
|
||||||
|
|
||||||
```bash
|
--------------------------------------------------------------------------------------------
|
||||||
python script/command/make_package.py
|
|
||||||
```
|
|
||||||
|
|
||||||
make package.json command title token:
|
## Thanks
|
||||||
|
|
||||||
```bash
|
* [VHDL](https://github.com/puorc/awesome-vhdl)
|
||||||
python script/command/make_title_token.py
|
* [TerosHDL](https://github.com/TerosTechnology/vscode-terosHDL)
|
||||||
```
|
* [TCL Language Support](https://github.com/go2sh/tcl-language-support)
|
||||||
|
* [Verilog HDL/SystemVerilog](https://github.com/mshr-h/vscode-verilog-hdl-support)
|
||||||
|
* [SystemVerilog - Language Support](https://github.com/eirikpre/VSCode-SystemVerilog)
|
||||||
translate title token:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
python script/command/translate_from_en.py
|
|
||||||
```
|
|
Loading…
x
Reference in New Issue
Block a user