Bharath G S
08/26/2023, 5:42 PMmake setup
make[2]: Entering directory '/home/gsb/asic/openlane'
Makefile23 warning: undefined variable 'DOCKER_SWAP'
Makefile26 warning: undefined variable 'DOCKER_MEMORY'
Makefile42 warning: undefined variable 'ROUTING_CORES'
Makefile84 warning: undefined variable 'STD_CELL_LIBRARY'
/bin/sh: 1: docker: not found
make[2]: * [Makefile115 pull-openlane] Error 127
make[2]: Leaving directory '/home/gsb/asic/openlane'
make[1]: * [Makefile90 openlane] Error 2
make[1]: Leaving directory '/home/gsb/AI_competition/ua/openlane'
make: * [Makefile192 openlane] Error 2
how do i solve this?Mitch Bailey
08/26/2023, 8:59 PMgit clone <https://github.com/efabless/caravel_user_project> /home/gsb/asic
cd /home/gsb/asic
make setup
Bharath G S
08/27/2023, 3:22 AMMitch Bailey
08/27/2023, 6:17 AMBharath G S
08/27/2023, 2:46 PMMitch Bailey
08/27/2023, 3:40 PMBharath G S
08/27/2023, 3:51 PMBharath G S
08/27/2023, 3:52 PMMitch Bailey
08/27/2023, 5:04 PM