12 Commits

Author SHA1 Message Date
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
206fbf5a56 增加 efinity 兼容 2024-10-30 21:08:38 +08:00
Kirigaya Kazuto
1db2ff4986
Merge pull request #81 from cyrus28214/main
fileset "source_1" should be "sources_1"
2024-09-27 19:28:58 +08:00
e22fdd8f4b update 2024-09-26 20:09:54 +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