update icon
This commit is contained in:
parent
58422105f9
commit
ab66938b1c
71
README.md
71
README.md
@ -7,17 +7,22 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
[Document](https://digital-eda.github.io/DIDE-doc-En) | [中文文档](https://digital-eda.github.io/DIDE-doc-Cn)
|
||||||
|
|
||||||
|
|
||||||
## Preface
|
## Preface
|
||||||
|
|
||||||
- Installation address[Installation address](https://marketplace.visualstudio.com/items?itemName=sterben.fpga-support)。
|
- Installation address[Installation address](https://marketplace.visualstudio.com/items?itemName=sterben.fpga-support)
|
||||||
- If you have any questions, please leave a message on the [issues](https://github.com/Bestduan/Digital-IDE/issues)上发表。
|
- If you have any questions, please leave a message on the [issues](https://github.com/Bestduan/Digital-IDE/issues)
|
||||||
- If you like it, click on the[star](https://github.com/Bestduan/Digital-IDE)吧。
|
- If you like it, click on the[star](https://github.com/Bestduan/Digital-IDE)
|
||||||
- email: sterben.nitcloud@gmail.com | zhelonghuang@mail.ustc.edu.cn
|
- email: sterben.nitcloud@gmail.com | zhelonghuang@mail.ustc.edu.cn
|
||||||
|
|
||||||
- QQ group No.: 932987873
|
- QQ group No.: 932987873
|
||||||
|
|
||||||
Any problems you have met during the use, you can contact us in QQ group, and we will reply when I see it.
|
Any problems you have met during the use, you can contact us in QQ group, and we will reply when I see it.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## About Feedback
|
## About Feedback
|
||||||
|
|
||||||
First of all, thank you for your use and feedback. Any better ideas about this plugin can be published under both Zhihu and github, if it is the use of the problem please move to [github](https://github.com/Bestduan/Digital-IDE/issues) instead of Zhihu. Thank you for your cooperation.
|
First of all, thank you for your use and feedback. Any better ideas about this plugin can be published under both Zhihu and github, if it is the use of the problem please move to [github](https://github.com/Bestduan/Digital-IDE/issues) instead of Zhihu. Thank you for your cooperation.
|
||||||
@ -378,26 +383,26 @@ For project management on the PL side, I have abstracted the following functions
|
|||||||
6. gui --------- open the GUI interface of the tool chain
|
6. gui --------- open the GUI interface of the tool chain
|
||||||
1. After opening the GUI, the terminal named *`HardWare`* is not recommended to close by itself.
|
1. After opening the GUI, the terminal named *`HardWare`* is not recommended to close by itself.
|
||||||
- The whole GUI interface will be closed automatically after direct closure, and if not saved then the design may be lost.
|
- The whole GUI interface will be closed automatically after direct closure, and if not saved then the design may be lost.
|
||||||
- The plugin will not move your `IP and bd design` to the same level of `Hardware.src` after closing directly.
|
- The plugin will not move your `IP and bd design` to the same level of `Hardware/src/` after closing directly.
|
||||||
7. exit -------- Closing the project is only valid under the CLI, after opening the GUI, terminal control is taken over by the GUI.
|
7. exit -------- Closing the project is only valid under the CLI, after opening the GUI, terminal control is taken over by the GUI.
|
||||||
1. After clicking `exit` the plugin will move your `IP and bd design` to the same level of `Hardware.src`.
|
1. After clicking `exit` the plugin will move your `IP and bd design` to the same level of `Hardware/src/`.
|
||||||
2. If you close the terminal named *`HardWare`* directly, the move of `IP and bd designs` will not take place.
|
2. If you close the terminal named *`HardWare`* directly, the move of `IP and bd designs` will not take place.
|
||||||
3. Note: You can also move your `IP and bd designs` to the same level of `Hardware.src` when *Clean* is in the function bar *TOOL*.
|
3. Note: You can also move your `IP and bd designs` to the same level of `Hardware/src/` when *Clean* is in the function bar *TOOL*.
|
||||||
|
|
||||||
In addition to the above explicit functions, there are two implicit functions each in the `architecture` column, which are
|
In addition to the above explicit functions, there are two implicit functions each in the `architecture` column, which are
|
||||||
1. `Set as Top` -------------- sets this file as the top-level design module of the current project
|
1. `Set as Top` -------------- sets this file as the top-level design module of the current project
|
||||||
2. `Set as Testbench Top` ---- sets the file as the top-level module of the simulation for the current project
|
2. `Set as Testbench Top` ---- sets the file as the top-level module of the simulation for the current project
|
||||||
|
|
||||||
Specially, *`Zynq`* devices support mixed PS+PL development. To cope with the mixed development, the plugin gives the `SOC` configuration as follows:
|
Specially, *`Zynq`* devices support mixed PS+PL development. To cope with the mixed development, the plugin gives the `soc` configuration as follows:
|
||||||
```json
|
```json
|
||||||
"SOC": {
|
"soc": {
|
||||||
"core": "ps7_cortexa9_0",
|
"core": "ps7_cortexa9_0",
|
||||||
"bd" : "zynq_default"
|
"bd" : "zynq_default"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Using the configuration plugin as above will automatically build a bd project containing the zynq design to help users quickly build the platform.
|
Using the configuration plugin as above will automatically build a bd project containing the zynq design to help users quickly build the platform.
|
||||||
|
|
||||||
Finally, about device selection, it can be configured in the `property.json` file under the *Device* property.
|
Finally, about device selection, it can be configured in the `property.json` file under the *device* property.
|
||||||
The following are currently available:
|
The following are currently available:
|
||||||
- xc7z020clg400-2
|
- xc7z020clg400-2
|
||||||
- xc7a35tftg256-1
|
- xc7a35tftg256-1
|
||||||
@ -408,22 +413,26 @@ The following are currently available:
|
|||||||
But the supported devices are not limited to these, theoretically all the devices that vivado can support can be supported. You can write your device directly to the *Device* attribute, which will give you a warning if the device is not in the database, but will not prevent you from running. To remove the warning you need to add your device to the database with the *FPGA:Add devices to the database* command. Unneeded devices can also be removed from the database with *FPGA:Remove the device from the database*.
|
But the supported devices are not limited to these, theoretically all the devices that vivado can support can be supported. You can write your device directly to the *Device* attribute, which will give you a warning if the device is not in the database, but will not prevent you from running. To remove the warning you need to add your device to the database with the *FPGA:Add devices to the database* command. Unneeded devices can also be removed from the database with *FPGA:Remove the device from the database*.
|
||||||
|
|
||||||
**Related setting**
|
**Related setting**
|
||||||
`TOOL.vivado.install.path` --- Installation path of vivado
|
`prj.vivado.install.path` --- Installation path of vivado
|
||||||
When vivado is installed, you can configure the installation path of vivado directly inside the plugin, or you can add vivado to the environment variables (recommended). If the path is not found by mistake, it is already added to the environment variables by default.
|
When vivado is installed, you can configure the installation path of vivado directly inside the plugin, or you can add vivado to the environment variables (recommended). If the path is not found by mistake, it is already added to the environment variables by default.
|
||||||
*e.g. : D:/APP/vivado_18_3/Vivado/2018.3/bin/*
|
*e.g. : D:/APP/vivado_18_3/Vivado/2018.3/bin/*
|
||||||
`[Note]`: Use `/` to separate the paths and configure them to the bin directory.
|
`[Note]`: Use `/` to separate the paths and configure them to the bin directory.
|
||||||
|
|
||||||
`PRJ.xilinx.IP.repo.path` ---- User-designed IP libraries from xilinx
|
`prj.xilinx.IP.repo.path` ---- User-designed IP libraries from xilinx
|
||||||
After configuring this property, the plugin will automatically add the path to the IP repo of vivado.
|
After configuring this property, the plugin will automatically add the path to the IP repo of vivado.
|
||||||
*e.g. : D:/project/FPGA/.Lib/xIP*
|
*e.g. : D:/project/FPGA/.Lib/xIP*
|
||||||
|
|
||||||
|
`prj.xilinx.BD.repo.path` ---- User-defined placement path for xilinx block design files
|
||||||
|
*e.g. : D:/project/FPGA/.Lib/xbd*
|
||||||
|
|
||||||
|
|
||||||
#### lib Manager
|
#### lib Manager
|
||||||
The plugin comes with HDL function library linking function.
|
The plugin comes with HDL function library linking function.
|
||||||
The `property.json` file is configured as follows:
|
The `property.json` file is configured as follows:
|
||||||
```json
|
```json
|
||||||
"library" : {
|
"library" : {
|
||||||
"state": "", // local | remote(default)
|
"state": "", // local | remote(default)
|
||||||
"Hardware" : {
|
"hardware" : {
|
||||||
"common": [],
|
"common": [],
|
||||||
"custom": []
|
"custom": []
|
||||||
}
|
}
|
||||||
@ -441,7 +450,7 @@ The *state* represents whether the library file is loaded into the local workspa
|
|||||||
- `remote` represents virtual inclusion from a remote (anything not under the workspace is considered remote, not remote on the network).
|
- `remote` represents virtual inclusion from a remote (anything not under the workspace is considered remote, not remote on the network).
|
||||||
- remote library files can be opened and changed *(`Note: `If the next import after the change is the code after the change)* .
|
- remote library files can be opened and changed *(`Note: `If the next import after the change is the code after the change)* .
|
||||||
- `local` means import the remote file into the project locally
|
- `local` means import the remote file into the project locally
|
||||||
1. placed in the lib under `ARCH.Hardware.src`, the changes will not affect the code in the remote library.
|
1. placed in the lib under `arch.hardware.src`, the changes will not affect the code in the remote library.
|
||||||
2. *`[Note]`: When changing from local back to remote the lib folder will be deleted (plugin will remind), please note*.
|
2. *`[Note]`: When changing from local back to remote the lib folder will be deleted (plugin will remind), please note*.
|
||||||
|
|
||||||
The property *common* represents the HDL function library that comes with the plugin, *the code of this library is less mature and is for reference only*.
|
The property *common* represents the HDL function library that comes with the plugin, *the code of this library is less mature and is for reference only*.
|
||||||
@ -458,8 +467,8 @@ The lib paths that have been simulated and tested so far are as follows
|
|||||||
`[Note]`: When the input is a folder then it contains all the files under that folder. In addition, it is not recommended to change the code in this library directly, otherwise it will be overwritten again after the next plugin update, please be careful.
|
`[Note]`: When the input is a folder then it contains all the files under that folder. In addition, it is not recommended to change the code in this library directly, otherwise it will be overwritten again after the next plugin update, please be careful.
|
||||||
|
|
||||||
The property *custom* represents a user-defined HDL function library.
|
The property *custom* represents a user-defined HDL function library.
|
||||||
The use of this property requires the root directory of the user-defined library to be configured for *PRJ.custom.Lib.repo.path* under *setting*, and the absolute path of the file (folder) with the configuration under the *custom* property. The representation is as follows:
|
The use of this property requires the root directory of the user-defined library to be configured for *prj.lib.custom.path* under *setting*, and the absolute path of the file (folder) with the configuration under the *custom* property. The representation is as follows:
|
||||||
*`PRJ.customer.Lib.repo.path`*`/`*`${custom}`*
|
*`prj.lib.custom.path`*`/`*`${custom}`*
|
||||||
|
|
||||||
`[Note]`: When the input is a folder then it contains all the files under that folder.
|
`[Note]`: When the input is a folder then it contains all the files under that folder.
|
||||||
|
|
||||||
@ -469,7 +478,15 @@ Finally, for the `IP_REPO` property, this is the two official xilinx IP repo pro
|
|||||||
The purpose of simulation building is to help users to build their own simulation framework quickly and get simulation results quickly.
|
The purpose of simulation building is to help users to build their own simulation framework quickly and get simulation results quickly.
|
||||||
|
|
||||||
#### generate instance & tb file
|
#### generate instance & tb file
|
||||||

|
|
||||||
|
Although auto-completion can realize the automatic completion of the example, but it can not view the entire project all the available modules and select from them, so we provide automatic example of the function; In addition, we also provide automatic generation of the selected module testbench function.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<div align=center>
|
||||||
|
<img src="https://img1.imgtp.com/2023/08/18/bA4ybk5Z.gif" style="width: 90%;"/>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
|
||||||
The plugin supports cross instantiation between different languages, such as instantiating verilog and vhdl modules in a verilog file, or Verilog and vhdl modules in a vhdl file.
|
The plugin supports cross instantiation between different languages, such as instantiating verilog and vhdl modules in a verilog file, or Verilog and vhdl modules in a vhdl file.
|
||||||
|
|
||||||
The steps are as follows:
|
The steps are as follows:
|
||||||
@ -499,10 +516,29 @@ Currently the only supported simulation tool is iverilog, which will be continuo
|
|||||||
**Iverilog Fast Simulation**
|
**Iverilog Fast Simulation**
|
||||||
<br>
|
<br>
|
||||||
<div align=center>
|
<div align=center>
|
||||||
<img src="https://i.loli.net/2021/05/02/bfJ1lFGWTjXkeRq.png" style="width: 90%;"/>
|
<img src="https://img1.imgtp.com/2023/08/18/7PS5Cp37.gif" style="width: 90%;"/>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
- If you want to use this feature, please download iverilog by yourself and add environment variables.
|
||||||
|
- VCD rendering is currently using wavetrace, a vscode plugin, the next version will introduce an embedded waveform renderer that we have developed, and it is completely free.
|
||||||
|
- In term of Multi-file simulation, we recommend not to write include, if you write include, please add the folder path of all included files in property.json, for example:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
...
|
||||||
|
"iverilogCompileOptions": {
|
||||||
|
"standard": "2012",
|
||||||
|
"includes": [
|
||||||
|
"${workspace}/src",
|
||||||
|
"${workspace}/src/Controller",
|
||||||
|
"${workspace}/src/DataPath"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
...
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Design Assistance
|
### Design Assistance
|
||||||
@ -548,6 +584,7 @@ Auto-documentation currently only supports verilog and wavedrom visualization, a
|
|||||||
|
|
||||||
If you need to export pdf, please fill the startup path of your local Google Chrome or Edge browser into the parameter **markdown-pdf executable path**. As most pdf readers do not support color changing background, please export your pdf in light color theme:
|
If you need to export pdf, please fill the startup path of your local Google Chrome or Edge browser into the parameter **markdown-pdf executable path**. As most pdf readers do not support color changing background, please export your pdf in light color theme:
|
||||||
|
|
||||||
|
> > In windows 11, the default startup path for Edge is `C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe`.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div align=center>
|
<div align=center>
|
||||||
|
BIN
images/icon.png
Normal file
BIN
images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
1
images/icon.svg
Normal file
1
images/icon.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="126px" height="126px" viewBox="-0.5 -0.5 126 126" content="<mxfile><diagram id="E9SxX19eNgA6MUTyjjO6" name="Icon-黑白">7VnbktsoEP0aP0YlhG5+HF/GqVSS8pZrd2f3xcVIWGJXEiqEx3K+fsFCN8sXORnNuJL1g003TQN9DtDgEZzG+YKhNPxCfRyNDN3PR3A2MgzoOOJbKvaFwjDNQhEw4hcqUCtW5BtWSl1pt8THWcuQUxpxkraVHk0S7PGWDjFGd22zDY3avaYowB3FykNRV/sn8XmotMAe1xUfMQlC1bVrqAnHqDRWM8lC5NNdQwXnIzhllPKiFOdTHMnYlXHxJ7s5fqSf7OfpbvVp7cXpYv2hcPZ4S5NqCgwn/HVdw8L1C4q2Kl5qrnxfBnAXEo5XKfKkvBMcGcFJyONISEAUUZYWsG1IjkVXkw2JoimNKDs0h8YMGnAi9Bln9N8KA0ta0oQ3LDeHT2VZ1iQ0ET1PGN0mvuyg6JV5imrAFWLPAKlAvmDGcd6ghwrYAtMYc7YXJqrWtBX2JflLedegUsmPsMGiSokUfYPKdw2RKCiUbkDMfC/EYG/ERM104oLZwwXYLH1I2FyoOVYbuYaqAZ5jaFYXvVr76vDZ1+ETXsTmKDl/K5BtwIwutBUs5wELGPIJrmFWy2+4FeZobaSgVWmaq+wETGAokJx7B2koNCzrDtFw/0ejPn/eEo08X23Th+zzxPqbzBe7cGIbf/TZwAKx6adVXDrzrXI99Fy20G8J4fm9ZHzEXb17WlsnYgWHYu74eqxkdIjIVj+jZxwtaUY4oYmoeqac01jSrsw65YHpoyw8HKZSQBEJpKknYoZZm+el2wdlw2la+Eplv3EeyFxfw5FAgUk7LaIB8dYB4jhrlEUbmmKG1KBQMtySuUi23kumjLBiADA1B9quKW4jlmFDYHf4AOGJteNqVQvLccdD0QOA6/y4OZcTGdojikkkIzClMfGEvxVKMvHzZaUMVA7mdsAER2D6eIO2ER8CsOb+BU5gAIYKuvELB708RgzNAWNj7BqmZQNTh2b3THlTTJzuie6LW7wSKeMhDWiConmtbdws9DY8OCf8Sall+S9Zlsl/Ic7yRt1s3xCWmBExIbmXFrpETO6p9CqFwpVVirWrg1T6uoUOAB6a+w/yqaNOt4XmkcggHhye30e7e/FtnMnolnn4+hHGEQvwxZNZrSKJ20UKMhyJ4+Sl/TrzI4zS7309j2QiIj+nkKxqfsK1fvfH2zsh8wahPznCIR77XhuP3rnjiWtFP4juB48hnvJ+Bjzef+c6OVpriCSlLDcyi/M5SpmPVELRyriWkByk4+zmVqq8fpJylCt8P2F65xSHpmIWaN8wSClJeNbwvJSK+k4J7KNXGFuTbLR011H8bFLrenMw1mxzDAzD1R0dOJZpHVGzGOAZb6DHUKqpFemdcnFhjMfX5rEGWzdgs+22yAY7bg+rqoKl10Lzflt8s5++muuPH5bW+vf863LzT59z6h4e/K7seN/zgNV5DB/0wU+I9b+XBXj1X8Bw/h8=</diagram><diagram id="2oZjiazD9LnPP1Vpl2Fo" name="第 2 页">5ZZdb4IwFEB/DY8m0DLQV5m6h7nEuGXPDVToVigpVXC/fkUuX+Lilui2RF+k515u29ObBgN7cbGQJI2WIqDcQGZQGPjeQAiZeKL/SrKviGU6qCKhZAGwFqzZB60TgW5ZQLNeohKCK5b2oS+ShPqqx4iUIu+nbQTvz5qSEGY0W7D2CaeDtFcWqKiiY+S2/IGyMKpnthzYcUzqZCicRSQQeQfhmYE9KYSqnuLCo7y0V3up3pt/EW0WJmmivvNCulw+b3YrwlZPycub9Tgd52oEVXaEb2HDsFi1rw1IsU0CWhaxDDzNI6boOiV+Gc31oWsWqZhDeMM49wQXUo8TkeikaaakeG/kIVuj4dLrdVCpaNFBsJUFFTFVcq9TIDqyXPAKnYVtGOftMWEMLOocUQMJtEbYFG/t6QcQ+AOZ6NdlmheS6Y57Lm2MBi4t2xm6bODFXeLzLnUVfQvQ8x5JllZXw4YVpfsji+Mj1QbC88OvyTwVuUgP20c97A572D7Rwva1OvjuBqxP/plz5/acO+YfO3dvwPngdrmidT1sP2QOsc73IJ59Ag==</diagram></mxfile>"><defs/><g><rect x="2" y="2" width="120" height="120" rx="21.6" ry="21.6" fill="#2d323b" stroke="none" pointer-events="all"/><rect x="25.75" y="25.75" width="72.5" height="72.5" rx="36.25" ry="36.25" fill="#2d323b" stroke="#cb81da" stroke-width="3" pointer-events="all"/><ellipse cx="17" cy="107" rx="7.500000000000001" ry="7.500000000000001" fill="#cb81da" stroke="#cb81da" stroke-width="2" pointer-events="all"/><ellipse cx="107" cy="107" rx="7.500000000000001" ry="7.500000000000001" fill="#cb81da" stroke="#cb81da" stroke-width="2" pointer-events="all"/><ellipse cx="107" cy="17" rx="7.500000000000001" ry="7.500000000000001" fill="#cb81da" stroke="#cb81da" stroke-width="2" pointer-events="all"/><path d="M 85.4 65.95 L 92 65.95 M 59 61.34 L 65.6 61.34 M 59 70.55 L 65.6 70.55" fill="none" stroke="#cb81da" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><path d="M 65.6 56.74 L 75.5 56.74 C 80.97 56.74 85.4 60.86 85.4 65.95 C 85.4 71.03 80.97 75.16 75.5 75.16 L 65.6 75.16 Z" fill="#cb81da" stroke="#cb81da" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><rect x="37" y="42" width="11" height="11" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="none"/><rect x="37" y="64.72" width="11" height="11" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="none"/><path d="M 59 70.55 L 48.01 70.6" fill="none" stroke="#cb81da" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><rect x="37" y="64.72" width="11" height="11" fill="#000000" stroke="#000000" pointer-events="none"/><rect x="37" y="42" width="11" height="11" fill="#000000" stroke="#000000" pointer-events="none"/><rect x="37" y="42" width="11" height="11" fill="#cb81da" stroke="#cb81da" pointer-events="none"/><rect x="37" y="64.72" width="11" height="11" fill="#cb81da" stroke="#cb81da" pointer-events="none"/><path d="M 48 48.14 L 53.51 48.09 L 53.51 61.31 L 59 61.34" fill="none" stroke="#cb81da" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/><ellipse cx="17" cy="17" rx="7.500000000000001" ry="7.500000000000001" fill="#cb81da" stroke="#cb81da" stroke-width="2" pointer-events="none"/></g></svg>
|
After Width: | Height: | Size: 4.5 KiB |
@ -1,86 +1,88 @@
|
|||||||
<mxfile host="65bd71144e">
|
<mxfile host="65bd71144e">
|
||||||
<diagram id="E9SxX19eNgA6MUTyjjO6" name="Icon-黑白">
|
<diagram id="E9SxX19eNgA6MUTyjjO6" name="Icon-黑白">
|
||||||
<mxGraphModel dx="362" dy="789" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
|
<mxGraphModel dx="10" dy="7" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
|
||||||
<root>
|
<root>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-0"/>
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-0"/>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-1" parent="dBwEeFoJ6bCwSJ_cmpG_-0"/>
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-1" parent="dBwEeFoJ6bCwSJ_cmpG_-0"/>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-3" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fillColor=#F0F0F0;strokeWidth=5;fontColor=#ffffff;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-3" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fillColor=#2D323B;strokeWidth=5;fontColor=#ffffff;strokeColor=none;rounded=1;arcSize=18;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
||||||
<mxGeometry x="460" y="260" width="120" height="120" as="geometry"/>
|
<mxGeometry x="460" y="260" width="120" height="120" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-4" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fillColor=#F0F0F0;strokeWidth=3;fontColor=#ffffff;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-4" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fillColor=#2D323B;strokeWidth=3;fontColor=#ffffff;strokeColor=#CB81DA;rounded=1;arcSize=50;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
||||||
<mxGeometry x="483.75" y="283.75" width="72.5" height="72.5" as="geometry"/>
|
<mxGeometry x="483.75" y="283.75" width="72.5" height="72.5" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-5" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=none;strokeColor=#F0F0F0;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-6" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=#CB81DA;strokeColor=#CB81DA;gradientColor=none;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
||||||
<mxGeometry x="470" y="270" width="10" height="10" as="geometry"/>
|
<mxGeometry x="467.5" y="357.5" width="15" height="15" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-6" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=none;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-7" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=#CB81DA;strokeColor=#CB81DA;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
||||||
<mxGeometry x="470" y="360" width="10" height="10" as="geometry"/>
|
<mxGeometry x="557.5" y="357.5" width="15" height="15" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-7" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=none;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-8" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=#CB81DA;strokeColor=#CB81DA;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
||||||
<mxGeometry x="560" y="360" width="10" height="10" as="geometry"/>
|
<mxGeometry x="557.5" y="267.5" width="15" height="15" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-8" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=none;strokeColor=#F0F0F0;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="xxSupAsLB5ZiEGwhB62V-6" value="" style="group;" vertex="1" connectable="0" parent="dBwEeFoJ6bCwSJ_cmpG_-1">
|
||||||
<mxGeometry x="560" y="270" width="10" height="10" as="geometry"/>
|
<mxGeometry x="495" y="300" width="55" height="35" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0;exitY=0.75;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Comic Sans MS;fontSize=13;endArrow=none;endFill=0;strokeColor=#000000;strokeWidth=2;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" source="dBwEeFoJ6bCwSJ_cmpG_-9" target="dBwEeFoJ6bCwSJ_cmpG_-12" edge="1">
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-9" value="" style="verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.logic_gates.logic_gate;operation=and;strokeWidth=2;fillColor=#CB81DA;strokeColor=#CB81DA;" parent="xxSupAsLB5ZiEGwhB62V-6" vertex="1">
|
||||||
|
<mxGeometry x="22" y="14.73684210526316" width="33" height="18.42105263157895" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-11" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=default;" parent="xxSupAsLB5ZiEGwhB62V-6" vertex="1">
|
||||||
|
<mxGeometry width="11" height="11" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-12" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=default;" parent="xxSupAsLB5ZiEGwhB62V-6" vertex="1">
|
||||||
|
<mxGeometry y="22.719298245614034" width="11" height="11" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=0;exitY=0.75;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontFamily=Comic Sans MS;fontSize=13;endArrow=none;endFill=0;strokeColor=#CB81DA;strokeWidth=2;" parent="xxSupAsLB5ZiEGwhB62V-6" source="dBwEeFoJ6bCwSJ_cmpG_-9" target="dBwEeFoJ6bCwSJ_cmpG_-12" edge="1">
|
||||||
<mxGeometry relative="1" as="geometry"/>
|
<mxGeometry relative="1" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-9" value="" style="verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.logic_gates.logic_gate;operation=and;strokeWidth=2;fillColor=#000000;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="0" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=#000000;strokeColor=#000000;" parent="xxSupAsLB5ZiEGwhB62V-6" vertex="1">
|
||||||
<mxGeometry x="520" y="312" width="30" height="15" as="geometry"/>
|
<mxGeometry y="22.719298245614034" width="11" height="11" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-10" value="<font face="Comic Sans MS" size="1"><b style="font-size: 13px">Digtal-IDE</b></font>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="1" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=#000000;strokeColor=#000000;" parent="xxSupAsLB5ZiEGwhB62V-6" vertex="1">
|
||||||
<mxGeometry x="483.75" y="340" width="72.5" height="10" as="geometry"/>
|
<mxGeometry width="11" height="11" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Comic Sans MS;fontSize=8;endArrow=none;endFill=0;strokeColor=#000000;strokeWidth=2;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" source="dBwEeFoJ6bCwSJ_cmpG_-11" target="dBwEeFoJ6bCwSJ_cmpG_-9" edge="1">
|
<mxCell id="xxSupAsLB5ZiEGwhB62V-3" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=#CB81DA;strokeColor=#CB81DA;" vertex="1" parent="xxSupAsLB5ZiEGwhB62V-6">
|
||||||
|
<mxGeometry width="11" height="11" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="xxSupAsLB5ZiEGwhB62V-4" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=#CB81DA;strokeColor=#CB81DA;" vertex="1" parent="xxSupAsLB5ZiEGwhB62V-6">
|
||||||
|
<mxGeometry y="22.719298245614034" width="11" height="11" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="xxSupAsLB5ZiEGwhB62V-5" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;entryPerimeter=0;fontFamily=Comic Sans MS;fontSize=8;endArrow=none;endFill=0;strokeColor=#CB81DA;strokeWidth=2;" edge="1" parent="xxSupAsLB5ZiEGwhB62V-6">
|
||||||
<mxGeometry relative="1" as="geometry">
|
<mxGeometry relative="1" as="geometry">
|
||||||
<Array as="points">
|
<Array as="points">
|
||||||
<mxPoint x="515" y="305"/>
|
<mxPoint x="16.5" y="6.140350877192982"/>
|
||||||
<mxPoint x="515" y="316"/>
|
<mxPoint x="16.5" y="19.649122807017545"/>
|
||||||
</Array>
|
</Array>
|
||||||
|
<mxPoint x="11" y="6.140350877192982" as="sourcePoint"/>
|
||||||
|
<mxPoint x="22" y="19.342105263157894" as="targetPoint"/>
|
||||||
</mxGeometry>
|
</mxGeometry>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-11" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=default;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
<mxCell id="cQGz6XN4_H-P5_UxNPfj-3" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=#CB81DA;strokeColor=#CB81DA;" vertex="1" parent="dBwEeFoJ6bCwSJ_cmpG_-1">
|
||||||
<mxGeometry x="500" y="300" width="10" height="10" as="geometry"/>
|
<mxGeometry x="467.5" y="267.5" width="15" height="15" as="geometry"/>
|
||||||
</mxCell>
|
|
||||||
<mxCell id="dBwEeFoJ6bCwSJ_cmpG_-12" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=default;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
|
||||||
<mxGeometry x="500" y="318.5" width="10" height="10" as="geometry"/>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="0" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=#000000;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
|
||||||
<mxGeometry x="500" y="318.5" width="10" height="10" as="geometry"/>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="1" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Comic Sans MS;fontSize=8;strokeWidth=1;fillColor=#000000;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
|
||||||
<mxGeometry x="500" y="300" width="10" height="10" as="geometry"/>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="2" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=none;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
|
||||||
<mxGeometry x="470" y="270" width="10" height="10" as="geometry"/>
|
|
||||||
</mxCell>
|
|
||||||
<mxCell id="3" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fillColor=none;strokeColor=#000000;" parent="dBwEeFoJ6bCwSJ_cmpG_-1" vertex="1">
|
|
||||||
<mxGeometry x="560" y="270" width="10" height="10" as="geometry"/>
|
|
||||||
</mxCell>
|
</mxCell>
|
||||||
</root>
|
</root>
|
||||||
</mxGraphModel>
|
</mxGraphModel>
|
||||||
</diagram>
|
</diagram>
|
||||||
<diagram id="2oZjiazD9LnPP1Vpl2Fo" name="第 2 页">
|
<diagram id="2oZjiazD9LnPP1Vpl2Fo" name="第 2 页">
|
||||||
<mxGraphModel dx="912" dy="915" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
<mxGraphModel dx="2039" dy="1062" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||||
<root>
|
<root>
|
||||||
<mxCell id="0"/>
|
<mxCell id="0"/>
|
||||||
<mxCell id="1" parent="0"/>
|
<mxCell id="1" parent="0"/>
|
||||||
<mxCell id="pMMTfvQaiQNnUj1LB8wt-1" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;strokeWidth=24;" vertex="1" parent="1">
|
<mxCell id="pMMTfvQaiQNnUj1LB8wt-1" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;strokeWidth=24;" parent="1" vertex="1">
|
||||||
<mxGeometry x="-170" y="340" width="330" height="330" as="geometry"/>
|
<mxGeometry x="-170" y="340" width="330" height="330" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="pMMTfvQaiQNnUj1LB8wt-2" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;strokeWidth=20;" vertex="1" parent="1">
|
<mxCell id="pMMTfvQaiQNnUj1LB8wt-2" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;strokeWidth=20;" parent="1" vertex="1">
|
||||||
<mxGeometry x="-78" y="432" width="146" height="146" as="geometry"/>
|
<mxGeometry x="-78" y="432" width="146" height="146" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="pMMTfvQaiQNnUj1LB8wt-3" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" vertex="1" parent="1">
|
<mxCell id="pMMTfvQaiQNnUj1LB8wt-3" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" parent="1" vertex="1">
|
||||||
<mxGeometry x="-140" y="370" width="40" height="40" as="geometry"/>
|
<mxGeometry x="-140" y="370" width="40" height="40" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="pMMTfvQaiQNnUj1LB8wt-5" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" vertex="1" parent="1">
|
<mxCell id="pMMTfvQaiQNnUj1LB8wt-5" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" parent="1" vertex="1">
|
||||||
<mxGeometry x="90" y="370" width="40" height="40" as="geometry"/>
|
<mxGeometry x="90" y="370" width="40" height="40" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="pMMTfvQaiQNnUj1LB8wt-6" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" vertex="1" parent="1">
|
<mxCell id="pMMTfvQaiQNnUj1LB8wt-6" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" parent="1" vertex="1">
|
||||||
<mxGeometry x="90" y="600" width="40" height="40" as="geometry"/>
|
<mxGeometry x="90" y="600" width="40" height="40" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
<mxCell id="pMMTfvQaiQNnUj1LB8wt-7" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" vertex="1" parent="1">
|
<mxCell id="pMMTfvQaiQNnUj1LB8wt-7" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=8;fillColor=#FFFFFF;strokeColor=#FFFFFF;" parent="1" vertex="1">
|
||||||
<mxGeometry x="-140" y="600" width="40" height="40" as="geometry"/>
|
<mxGeometry x="-140" y="600" width="40" height="40" as="geometry"/>
|
||||||
</mxCell>
|
</mxCell>
|
||||||
</root>
|
</root>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"homepage": "https://digital-eda.github.io/DIDE-doc-Cn",
|
"homepage": "https://digital-eda.github.io/DIDE-doc-Cn",
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
"icon": "images/DIDE.png",
|
"icon": "images/icon.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.72.0"
|
"vscode": "^1.72.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user