Files
2026-07-13 17:55:17 +08:00

16 lines
460 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1.`config.txt` 中配置**需要提取的文件后缀**(每行一个),例如:
```
.v
.vhd
.vh
.vhdl
```
2. 运行脚本:
```
双击 源代码提取.exe
将源代码所在项目的根目录路径输入到窗口,点击回车 (等待结果)
**项目根目录下必须要有 `.xpr` / `.xise` / `.syr` 其中之一才能提取**。
若项目根目录存在多个.xise或.syr文件需要用户根据窗口提示选择正确的一个
```