File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ run-precheck-ci: check-pdk check-precheck enable-lvs-pdk
289
289
-e PDK_ROOT=$(PDK_ROOT ) \
290
290
-e PDKPATH=$(PDKPATH ) \
291
291
-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 " ;
293
293
294
294
.PHONY : enable-lvs-pdk
295
295
enable-lvs-pdk :
@@ -449,4 +449,4 @@ caravel-sta: ./env/spef-mapping.tcl
449
449
@echo =================================================================================================
450
450
@echo " You can find results for all corners in $( CUP_ROOT) /signoff/caravel/openlane-signoff/timing/"
451
451
@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"
You can’t perform that action at this time.
0 commit comments