mirror of https://github.com/efabless/caravel.git
Makefile add openframe target
This commit is contained in:
parent
11533adefe
commit
ae229a537f
4
Makefile
4
Makefile
|
@ -200,7 +200,7 @@ __truck:
|
||||||
@cd $(CARAVEL_ROOT)/mag && PDKPATH=${PDK_ROOT}/$(PDK) MAGTYPE=mag magic -noc -dnull -rcfile ./.magicrc $(UPRJ_ROOT)/mag/mag2gds_caravan.tcl 2>&1 | tee $(UPRJ_ROOT)/signoff/build/make_truck.out
|
@cd $(CARAVEL_ROOT)/mag && PDKPATH=${PDK_ROOT}/$(PDK) MAGTYPE=mag magic -noc -dnull -rcfile ./.magicrc $(UPRJ_ROOT)/mag/mag2gds_caravan.tcl 2>&1 | tee $(UPRJ_ROOT)/signoff/build/make_truck.out
|
||||||
### @rm $(UPRJ_ROOT)/mag/mag2gds_caravan.tcl
|
### @rm $(UPRJ_ROOT)/mag/mag2gds_caravan.tcl
|
||||||
|
|
||||||
.PHONY: ship
|
.PHONY: openframe
|
||||||
openframe: check-env uncompress uncompress-caravel
|
openframe: check-env uncompress uncompress-caravel
|
||||||
ifeq ($(FOREGROUND),1)
|
ifeq ($(FOREGROUND),1)
|
||||||
@echo "Running make openframe in the foreground..."
|
@echo "Running make openframe in the foreground..."
|
||||||
|
@ -208,7 +208,7 @@ ifeq ($(FOREGROUND),1)
|
||||||
@echo "Make openframe completed." 2>&1 | tee -a ./signoff/build/make_openframe.out
|
@echo "Make openframe completed." 2>&1 | tee -a ./signoff/build/make_openframe.out
|
||||||
else
|
else
|
||||||
@echo "Running make openframe in the background..."
|
@echo "Running make openframe in the background..."
|
||||||
nohup $(MAKE) -f $(CARAVEL_ROOT)/Makefile __ship >/dev/null 2>&1 &
|
nohup $(MAKE) -f $(CARAVEL_ROOT)/Makefile __openframe >/dev/null 2>&1 &
|
||||||
tail -f signoff/build/make_openframe.out
|
tail -f signoff/build/make_openframe.out
|
||||||
@echo "Make openframe completed." 2>&1 | tee -a ./signoff/build/make_openframe.out
|
@echo "Make openframe completed." 2>&1 | tee -a ./signoff/build/make_openframe.out
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue