i'm on a new machine. i can run `make test` after ...
# gf180mcu
a
i'm on a new machine. i can run
make test
after cloning openlane, but in
caravel_user_project
runinng
make user_proj_example
immediately fails with a strange permission issue:
PermissionError: [Errno 13] Permission denied: '/home/aryap/src/bfg_mux_test_gf180mcu/openlane/user_proj_example/runs/22_12_04_16_17/config_in.tcl'
j
are you running make
user_proj_example
from the project root? Not in the openlane directory. config.tcl does not live in the directory called out in the error message.
a
i am. i narrowed the problem to something annoying and unsolved with docker
tl;dr those volume mounts should be as root, but they are ðŸ˜