Skip to content

Commit 33a09a8

Browse files
authored
Merge pull request The-OpenROAD-Project#2468 from Pinata-Consulting/makefile-run-py-scripts
makefile: run target now accepts .py files in RUN_SCRIPT
2 parents fb9d004 + 2e38e40 commit 33a09a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ klayout:
10691069

10701070
.phony: run
10711071
run:
1072-
$(OPENROAD_CMD) -no_splash $(RUN_SCRIPT)
1072+
$(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT)
10731073

10741074
# Utilities
10751075
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)