Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

any way to workaround "Error deleting "msim_transcript": permission denied problem?

I'm new at Altera products. When I'm writing a code in Quartus-II, I'm constantly re-writting and testing, after making a correction in the code I launch Modelsim simulator but then I'm forced to closed it, then re-writting code in Quartus-II and launch Modelsim again, and again and again.

Otherwise I receive the windows warning, Nativelink Error: "msim_transcript" Permission denied. Check the NativeLink log file.

What is the solution or workaround for this?

ANOTHER QUESTION: I sometimes want to try an Idea over a current project code which is already working good, is there any way to "save the game" option, so I can freely mess with the code without consequences? What I do in this case is to create a totally new project and copy-page the code which is cumbersome.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    WOW 51 views an zero answers, this forum is very useful thing. Specially for a problem that might be VERY USUAL. but poor documented.:mad:

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I suggest using modelsim directly and avoid nativelink. It has some very simple commands for compiling and running simulations (you can also recompile code and restart the sim, without having to quit modelsim).

    As for your "save the game" option - have you considered version control - like SVN? that will do exactly what you want.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Sujeto1, please did you get a solution to this problem? I am experiencing the same thing.