PULP Community
questasim - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: questasim (/showthread.php?tid=141)



questasim - mahalakshmir.ma - 11-22-2019

hi,
 while simulating GPIO in questasim I am getting following error.
please tell me why this occurs and how to resolve it.


thankyou


RE: questasim - kgf - 11-22-2019

missing attachment?

Please consider pasting the text and not attaching a screenshot for console messages


RE: questasim - mahalakshmir.ma - 11-25-2019

(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


RE: questasim - kgf - 11-25-2019

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..


RE: questasim - mahalakshmir.ma - 11-26-2019

(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