Posts: 17
Threads: 6
Joined: Nov 2019
hi,
while simulating GPIO in questasim I am getting following error.
please tell me why this occurs and how to resolve it.
thankyou
Posts: 151
Threads: 0
Joined: Oct 2018
missing attachment?
Please consider pasting the text and not attaching a screenshot for console messages
Visit pulp-platform.org and follow us on twitter @pulp_platform
Posts: 17
Threads: 6
Joined: Nov 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
Posts: 151
Threads: 0
Joined: Oct 2018
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..
Visit pulp-platform.org and follow us on twitter @pulp_platform
Posts: 17
Threads: 6
Joined: Nov 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