feat: 支持多VCD文件生成功能

- iverilogRunner新增generateMultiVCD函数
- toolExecutor处理dumpModules参数
- api.ts扩展SimulationArgs接口
- messageArea支持多波形预览
This commit is contained in:
XiaoFeng
2026-01-10 16:45:39 +08:00
parent 5c19be22d3
commit 15a1de3a90
4 changed files with 299 additions and 26 deletions

View File

@ -433,6 +433,10 @@ export interface SimulationArgs {
rtlPath: string;
tbPath: string;
duration?: string;
/** 要dump的模块列表格式name:path,name:path */
dumpModules?: string;
/** VCD输出目录默认'vcd' */
vcdDir?: string;
}
/** waveform_summary 工具参数 */