Skip to content

Commit 0eaec59

Browse files
committed
Makefile: add run script target
Useful for automation. Example: make RUN_SCRIPT=scripts/floorplan.tcl run Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 80d2886 commit 0eaec59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,10 @@ test-unset-and-make-%: ; $(UNSET_AND_MAKE) $*
11521152
klayout:
11531153
$(KLAYOUT_CMD)
11541154

1155+
.phony: run
1156+
run:
1157+
$(OPENROAD_CMD) -no_splash $(RUN_SCRIPT)
1158+
11551159
# Utilities
11561160
#-------------------------------------------------------------------------------
11571161
include $(UTILS_DIR)/utils.mk

0 commit comments

Comments
 (0)