I was seeing the following I/O error when trying t...
# openlane
s
I was seeing the following I/O error when trying to make user_project_wrapper with the MPW-6 toolset. Here’s the link to my git repository
m
Can you try to create the directory manually? From
ReRAM_16x16_crossbar
,
mkdir openlane/user_project_wrapper/runs
b
Is it possible to fabricate reram in sky130A or there is going to be a provision for that soon?
s
The error seems to persist
v
@User Can you post complete terminal logs. In first line there is undefined variable. Seems installed tools in
/
directory and its need sudo privileges. Try with
sudo make user_project_wrapper
else try to install the tool in user area
s
It seemed to be a permissions issue. I changed to Sudo privileges and also changed directory's permissions using “chmod +R 777 ./“ from ReRAM_16x16_crossbar.