Hi all Start running test: RTL-uart_tx docker: Err...
# caravel
b
Hi all Start running test: RTL-uart_tx docker: Error response from daemon: invalid volume specification: 'None:None': invalid mount config for type "volume": invalid mount path: 'None' mount path must be absolute. See 'docker run --help'. Test: RTL-uart_tx Failed please check logs under sim/uart_tx_rtl/RTL-uart_tx/ i have the following error any idea why? I made sure the path is absolute anything i am missing out?
m
What make target are you attempting to run? From what directory?
b
from the cocotb directory where the verify_cocotb.py is there
m
Can you share your updated
design_info.yaml
as described here?
m
Sounds like missing environment variables, like openlane tag and image name
Also try running make with -n so you can see the command its running
Then check the environment variables are set correctly
b
Okay sure, Thank you @Matt Venn