12 Commits

Author SHA1 Message Date
fb65524866 更新 property.json 文件结构 2024-10-27 19:30:09 +08:00
a1effbb279 去除 property.json 创建时的自动提示 2024-10-27 18:01:56 +08:00
9418c8527e 完成打包 2024-10-09 18:01:27 +08:00
e12941c704 更新 sv 高亮语法 | 更新 i18n 2024-10-05 00:21:26 +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
b3adfc6f04 实现 digit hover 2024-09-27 17:06:55 +08:00
e22fdd8f4b update 2024-09-26 20:09:54 +08:00
dd37321295 support i18n 2024-09-24 14:38:34 +08:00
306c57f07e 多线程解析 2024-09-23 20:56:46 +08:00
b6708d3278 测试中去除了 0.3.3 的bug 2024-09-14 00:31:06 +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