rahuldce
rahuldce

Reputation: 51

what is the solution of Error in TCl script?

I recently downloaded Modelsim 10.1 from altera.com and i am getting this message of "Error in TCL script". I am not able to start a new verilog project. Here is the error

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}

Please if anyone can provide me a solution.

Upvotes: 2

Views: 10583

Answers (1)

Anant Simran Singh
Anant Simran Singh

Reputation: 637

I got the same error some time back. This can be resolved by deleting your work folder/ whatever deletes the project file of the project it is trying to load in the ModelSim.

Simply uninstalling and installing again won't work .

Hope this helps.

Upvotes: 2

Related Questions