mirror of https://github.com/efabless/caravel.git
Added missing log of final target.
This commit is contained in:
parent
39b35a1968
commit
591704a4d6
2
Makefile
2
Makefile
|
@ -674,7 +674,7 @@ final: check-env check-uid check-project unsplit unsplit-caravel
|
|||
@echo "Final build completed." 2>&1 | tee -a ./signoff/build/final_build.out
|
||||
|
||||
__final:
|
||||
python3 $(CARAVEL_ROOT)/scripts/compositor.py $(USER_ID) $(PROJECT) $(shell pwd) $(CARAVEL_ROOT)/mag $(shell pwd)/gds $(MCW_ROOT) -keep
|
||||
python3 $(CARAVEL_ROOT)/scripts/compositor.py $(USER_ID) $(PROJECT) $(shell pwd) $(CARAVEL_ROOT)/mag $(shell pwd)/gds $(MCW_ROOT) -keep 2>&1 | tee ./signoff/build/final_build.out
|
||||
#mv $(CARAVEL_ROOT)/mag/caravel_$(USER_ID).mag ./mag/
|
||||
@rm -rf ./mag/tmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue