fix: 修复 ToolName 类型缺少 iverilog

This commit is contained in:
XiaoFeng
2026-01-10 21:45:33 +08:00
parent 2af79cf1dc
commit 52e4522ed0

View File

@ -484,6 +484,7 @@ export type ToolName =
| "file_delete"
| "file_list"
| "syntax_check"
| "iverilog"
| "simulation"
| "waveform_summary"
| "waveform_trace"