Skip to content

Commit 4f51da6

Browse files
Merge pull request #20 from efabless/patch-ci
Update Makefile
2 parents 58ea427 + 0ed591e commit 4f51da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ run-precheck-ci: check-pdk check-precheck enable-lvs-pdk
289289
-e PDK_ROOT=$(PDK_ROOT) \
290290
-e PDKPATH=$(PDKPATH) \
291291
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
292-
efabless/mpw_precheck:latest bash -c "cd $(PRECHECK_ROOT) ; python3 mpw_precheck.py --input_directory $(INPUT_DIRECTORY) --pdk_path $(PDK_ROOT)/$(PDK)";
292+
efabless/mpw_precheck:latest bash -c "cd $(PRECHECK_ROOT) ; python3 mpw_precheck.py --input_directory $(INPUT_DIRECTORY) --pdk_path $(PDK_ROOT)/$(PDK) --private";
293293

294294
.PHONY: enable-lvs-pdk
295295
enable-lvs-pdk:
@@ -449,4 +449,4 @@ caravel-sta: ./env/spef-mapping.tcl
449449
@echo =================================================================================================
450450
@echo "You can find results for all corners in $(CUP_ROOT)/signoff/caravel/openlane-signoff/timing/"
451451
@echo "Check summary.log of a specific corner to point to reports with reg2reg violations"
452-
@echo "Cap and slew violations are inside summary.log file itself"
452+
@echo "Cap and slew violations are inside summary.log file itself"

0 commit comments

Comments
 (0)