11 Commits

Author SHA1 Message Date
bf97b231ff 新增功能 .dideignore 2024-11-27 21:43:02 +08:00
951f831f63 完成 SSI 计算逻辑修复 | 修复 TCL 刷新 XPR 的设计源添加逻辑漏洞 2024-11-26 21:38:23 +08:00
f8144d149f 解决 lib 的同步问题 2024-11-24 01:28:34 +08:00
55d3d8c915 修改启动子进程工作区 | 添加 digital-ide.tool.clean 指令 2024-11-18 17:05:54 +08:00
f1b79b92d3 解决多语言中默认语言无法生效的问题 2024-11-18 16:26:05 +08:00
abb463e334 实现文档化的定义跳转和依赖上的lib标记 2024-11-16 23:28:14 +08:00
b00c1649e2 完成 PL 的子进程接入 2024-11-16 22:00:34 +08:00
fee9679c74 完成 CodeLens 的支持, Run | Test 2024-11-14 20:54:38 +08:00
0c820c7e55 增加对 IP 的支持 2024-11-07 22:10:19 +08:00
cyrus28214
b71f18be09 fileset "source_1" should be "sources_1"
The design sources fileset name is by default "sources_1".
```
    scripts.push(`set_property SOURCE_SET sources_1   [get_filesets sim_1]`);
```

This line of code will cause Vivado ouput this message:
```
CRITICAL WARNING: [filemgmt 20-599] Failed to locate the reference fileset 'source_1' referred to by the simulation fileset 'sim_1'!
```
The commit may fix that.
2024-09-12 23:32:17 +08:00
Nitcloud
1593228d50 remove lsp 2024-09-11 13:32:02 +08:00