Supratim Das
02/03/2022, 6:06 AMsupratim@supratim-desktop:~/noobs_soc_mpw5$ ls
caravel def docs gds lef LICENSE mag maglef Makefile mgmt_core_wrapper openlane README.md signoff spi verilog
supratim@supratim-desktop:~/noobs_soc_mpw5$ echo $OPENLANE_ROOT
/home/supratim/noobs_soc_mpw5/openlane
supratim@supratim-desktop:~/noobs_soc_mpw5$ make openlane
cd openlane && make openlane
make[1]: Entering directory '/home/supratim/noobs_soc_mpw5/openlane'
git clone <https://github.com/The-OpenROAD-Project/OpenLane> --branch=2021.11.23_01.42.34 --depth=1 /home/supratim/noobs_soc_mpw5/openlane && \
cd /home/supratim/noobs_soc_mpw5/openlane && \
export IMAGE_NAME=efabless/openlane:2021.11.23_01.42.34 && \
make openlane
fatal: destination path '/home/supratim/noobs_soc_mpw5/openlane' already exists and is not an empty directory.
make[1]: *** [Makefile:76: openlane] Error 128
make[1]: Leaving directory '/home/supratim/noobs_soc_mpw5/openlane'
make: *** [Makefile:102: openlane] Error 2
has anyone faced similar issue?