aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-02 09:21:02 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-02 09:21:02 -0700
commit810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b (patch)
tree75d6673366080066f17114ebfcff17aa49f83463 /passes/techmap
parent85f1c2dcbe1ebd3fa609f2a9a558810dfcc8484c (diff)
parent81a717e9b767792f64535757f905a5061c627fbd (diff)
downloadyosys-810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b.tar.gz
yosys-810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b.tar.bz2
yosys-810f8c5dbdcf3cdd043e4c0dd597c0a03cce3f8b.zip
Merge branch 'eddie/script_from_wire' into eddie/xc7srl_cleanup
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index c45571b01..56f05eca4 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -10,6 +10,7 @@ OBJS += passes/techmap/abc.o
OBJS += passes/techmap/abc9.o
ifneq ($(ABCEXTERNAL),)
passes/techmap/abc.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
+passes/techmap/abc9.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
endif
endif