Files
SourceCodeExtractionTool/杂交版/源代码提取/使用说明.md
2026-07-13 17:55:17 +08:00

22 lines
1.0 KiB
Markdown
Raw 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` 其中之一才能提取**。
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 若项目为ise项目根据.syr项目提取出的源代码可能包含IP文件,需要人工进行辨别 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 若项目为ise项目根据.syr项目提取出的源代码可能包含IP文件,需要人工进行辨别 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 若项目为ise项目根据.syr项目提取出的源代码可能包含IP文件,需要人工进行辨别 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
若项目根目录存在多个.xise或.syr文件用户需要根据窗口提示选择正确的一个
```