I'm seeing the below error while running "make use...
# openroad
j
I'm seeing the below error while running "make user_project_wrapper". I'm using the io_place.py from https://github.com/The-OpenROAD-Project/OpenLane/blob/master/scripts/io_place.py        Could someone help?
m
@Janani Aravind Are you running in docker or native?
j
I'm running in native
v
Have you installed caravel specific openlane version?
j
I'm using openlane version: mpw-one-b
The issue with "import odb" is fixed by replacing the command "import odb" in io_place.py with "import opendbpy as obd" and, I have transferred the opendbpy file into the io_place.py destination.
v
so issue got fixed right?
j
Now, I'm seeing issue in global routing and following is the snapshot of the error.
@Vijayan Krishnan Yes, the io_place.py issue is fixed. Thank you very much. Could you please help me with the issue in global routing (refer to above snapshot)?
v
Error: canot open /.openroad??
can you share full log
j
Sure, here it is.
v
Copy code
OpenROAD 0.9.0 d03ebfc244
This program is licensed under the BSD-3 license. See the LICENSE file for details. 
Components of this program may be licensed under more restrictive licenses which must be honored.
Error: cannot open '/.openroad'. 
openroad not running properly?

remove runs/20-10_05-14 and run openlane flow again
are you running interactive or non-interactive mode?
j
I'm running non-interactively. Also, I removed the runs/20-10_05-14, and still the same error.
v
Copy code
Error: cannot open '/.openroad'.
still above line is coming?
currently MPW3 shuttle going on. why you're running mpw-one-b version?
j
Ok, how do I update the version?
v
join #shuttle and follow instructions
j
This helps a lot. Thank you
m
openroad normally looks for $HOME/.openroad at startup. It seems like HOME is not set.
j
Is there a command to set the HOME/.openroad?
m
in bash export HOME=<path>
usually it is automatically set
j
Oh okay. I will try setting it in case if it's not.
Thank you