11-22-2019, 01:08 PM
11-22-2019, 01:10 PM
missing attachment?
Please consider pasting the text and not attaching a screenshot for console messages
Please consider pasting the text and not attaching a screenshot for console messages
11-25-2019, 04:13 AM
(11-22-2019, 01:10 PM)kgf Wrote: [ -> ]missing attachment?hi,
Please consider pasting the text and not attaching a screenshot for console messages
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
11-25-2019, 06:42 PM
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-26-2019, 07:01 AM
(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