Mudassir Ali
12/01/2022, 3:39 AMZexi Liu
12/01/2022, 3:40 AM/gds
directory?Mudassir Ali
12/01/2022, 3:43 AMMitch Bailey
12/01/2022, 3:48 AMmake compress
(make uncompress
restores everything).Zexi Liu
12/01/2022, 3:59 AMZexi Liu
12/01/2022, 3:59 AMmake compress
is defined in the current Makefile. I checked here: https://github.com/efabless/caravel_user_project_analog/blob/main/MakefileZexi Liu
12/01/2022, 4:00 AMMitch Bailey
12/01/2022, 4:10 AMcaravel/Makefile
which is automatically included in the caravel_user_project_analog/Makefile
.
# Include Caravel Makefile Targets
.PHONY: % : check-caravel
%:
export CARAVEL_ROOT=$(CARAVEL_ROOT) && $(MAKE) -f $(CARAVEL_ROOT)/Makefile $@
Zexi Liu
12/01/2022, 4:15 AM