in openlane rc6 branch ,i am getting error cannot ...
# openlane
v
in openlane rc6 branch ,i am getting error cannot open /.sta,is that mean opensta is not present in docker
m
@Varun Majji This is just a shot in the dark, but do you have write permission for
/
in docker? Looks like it's trying to create a configuration file,
.sta
, in the docker root directory.
v
what is the solution
b
The issue is because a initializing file is missing for opensta
After invoking opensta run the commands for STA they should work fine even with this error
a
@Varun Majji: The error is ignorable. It's a deceiving message that was fixed in later versions of openroad. Another Error that you'll see as well is for
/.openroad
. You can safely ignore both.
v
but i am not getting sta report from opensta ,that could not be ignored right
a
@Varun Majji: Yeah, can you show me the log where this happens? (also the sta reports are generated under reports/synthesis and not shown in the terminal)
v
oh ok thanks for information,i will check under reports section
b
If it is reporting TNS and WNS, then opensta is working
v
oh ok