feat:接入波形查看器的工具

- 生成VCD文件后,就自动打开波形查看的工具显示波形
This commit is contained in:
Roe-xin
2025-12-15 11:51:35 +08:00
parent 22b9a0ed13
commit ab6d257df2
10 changed files with 642 additions and 11 deletions

View File

@ -37,6 +37,11 @@
"command": "ic-coder.openChat",
"title": "IC Coder: 打开聊天",
"category": "IC Coder"
},
{
"command": "ic-coder.openVCDViewer",
"title": "打开 VCD 波形查看器",
"category": "IC Coder"
}
],
"viewsContainers": {
@ -89,6 +94,12 @@
"tools"
],
"dependencies": {
"iconv-lite": "^0.7.1"
"@wavedrom/doppler": "^1.14.0",
"iconv-lite": "^0.7.1",
"onml": "^2.1.0",
"style-mod": "^4.1.3",
"vcd-stream": "^1.5.0",
"vcdrom": "^1.6.0",
"waveql": "^1.9.0"
}
}