2014-11-04 126 views
2

我最近从altera.com下载Modelsim 10.1,并收到“TCL脚本错误”消息。我无法启动新的Verilog项目。 以下是错误TCl脚本错误的解决方案是什么?

 
Trace back: can't read "Project(SaveCompileReport)": no such element in array 
    while executing 
"if { $Project(SaveCompileReport) } { 
         Project::saveCompileReport 
       }" 
    (procedure "Project::unload" line 20) 
    invoked from within 
"Project::unload" 
    (procedure "Project::checkCloseCurrentProject" line 24) 
    invoked from within 
"Project::checkCloseCurrentProject" 
    (procedure "Project::createDialog" line 18) 
    invoked from within 
"Project::createDialog" 
    (menu invoke) 
    <2: ::tkerror {can't read "Project(SaveCompileReport)": no such element in array} 
    <1: ::bgerror {can't read "Project(SaveCompileReport)": no such element in array} 

如有任何人都可以给我提供一个解决方案。

+3

你应该在[AlteraForum](http://www.alteraforum.com)上提出这个问题。 – Qiu 2014-11-05 11:16:16

+1

一旦你在那里得到答案,就回到这里写下来,让其他人更容易找到答案。 – 2014-11-05 16:21:01

回答

1

我在某段时间后得到了同样的错误。这可以通过删除您的工作文件夹/无论删除项目文件它试图加载在ModelSim中。

只需卸载并重新安装将不起作用。

希望这会有所帮助。

相关问题