Skip to content

Commit 6f380c2

Browse files
authored
Merge pull request #2446 from Pinata-Consulting/makefile-do-grt
makefile: add do-grt target, congruent with gui_grt
2 parents f54d48b + 4616652 commit 6f380c2

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
@@ -797,6 +797,10 @@ $(eval $(call do-copy,5_route,4_cts.sdc,,.sdc))
797797
do-route:
798798
$(UNSET_AND_MAKE) do-5_1_grt do-5_2_route do-5_3_fillcell do-5_route do-5_route.sdc
799799

800+
.PHONY: do-grt
801+
do-grt:
802+
$(UNSET_AND_MAKE) do-5_1_grt
803+
800804
.PHONY: clean_route
801805
clean_route:
802806
rm -rf output*/ results*.out.dmp layer_*.mps

0 commit comments

Comments
 (0)