Skip to content

Commit

Permalink
Merge pull request #2215 from The-OpenROAD-Project-staging/mpl-fix
Browse files Browse the repository at this point in the history
Fix swapped logic in SKIP_TDMS with RTLMP_FLOW
  • Loading branch information
maliberty authored Aug 4, 2024
2 parents cde2e43 + 97560c3 commit 7b80c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ endif
ifneq ($(MACRO_PLACEMENT)$(MACRO_PLACEMENT_TCL),)
SKIP_TDMS:=1
endif
ifneq ($(RTLMP_FLOW), 1)
ifeq ($(RTLMP_FLOW), 1)
SKIP_TDMS:=1
endif
ifneq ($(SKIP_TDMS), 1)
Expand Down

0 comments on commit 7b80c70

Please sign in to comment.