feat:修复预览波形只能展示一个的bug + iverilog工具映射

This commit is contained in:
Roe-xin
2026-01-12 12:01:16 +08:00
parent e440dd2773
commit faa7b63aee
3 changed files with 3 additions and 4 deletions

View File

@ -760,6 +760,7 @@ export function getMessageAreaScript(): string {
'spawnDebugger': '波形调试',
'askUser': '用户提问',
'updatePhase': '已更新阶段',
'iverilog': '已完成编译',
};
return toolNameMap[toolName] || toolName;
}