PULP Community

Full Version: questasim
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
 while simulating GPIO in questasim I am getting following error.
please tell me why this occurs and how to resolve it.


thankyou
missing attachment?

Please consider pasting the text and not attaching a screenshot for console messages
(11-22-2019, 01:10 PM)kgf Wrote: [ -> ]missing attachment?

Please consider pasting the text and not attaching a screenshot for console messages
hi, 
sorry for inconvinence.

this is the error I am getting while executing GPIO in questasim:
 
 (vopt-133) unable to remove directory "/lnx15_ws/ws1_zebu_training/mahalakshmir.ma/emuminiprojects/pulpino/vsim/work/@_opt"
 Error :vopt complier exiting
 error loading design

Thankyou
Quote:this is the error I am getting while executing GPIO in questasim:
 
 (vopt-133) unable to remove directory "/lnx15_ws/ws1_zebu_training/mahalakshmir.ma/emuminiprojects/pulpino/vsim/work/@_opt"
 Error :vopt complier exiting
 error loading design

Hmm.. I think it would have to do something with UNIX permissions. Could it be that some other user (root or a sudo command) created the directory? This is part of the compilation, vopt command wants to overwrite what was written, but somehow can not write to the directory. Do not think it is related to PULPissimo directly..
(11-25-2019, 06:42 PM)kgf Wrote: [ -> ]
Quote:this is the error I am getting while executing GPIO in questasim:
 
 (vopt-133) unable to remove directory "/lnx15_ws/ws1_zebu_training/mahalakshmir.ma/emuminiprojects/pulpino/vsim/work/@_opt"
 Error :vopt complier exiting
 error loading design

Hmm.. I think it would have to do something with UNIX permissions. Could it be that some other user (root or a sudo command) created the directory? This is part of the compilation, vopt command wants to overwrite what was written, but somehow can not write to the directory. Do not think it is related to PULPissimo directly..

thanks alot