aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-14 15:54:30 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-14 16:18:01 +0200
commit459d3679134d4e30d9b4bfbc7007368d229c9e9f (patch)
treeae05c8bae1489bcc53067d8006d0efa9b920c553 /passes/techmap/Makefile.inc
parent241429abac67de34b073db46550b1c2b4a42d425 (diff)
downloadyosys-459d3679134d4e30d9b4bfbc7007368d229c9e9f.tar.gz
yosys-459d3679134d4e30d9b4bfbc7007368d229c9e9f.tar.bz2
yosys-459d3679134d4e30d9b4bfbc7007368d229c9e9f.zip
ecp5: Adding synchronous set/reset support
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 140a9f892..4faa0ab00 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -35,6 +35,7 @@ OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
+OBJS += passes/techmap/dff2dffs.o
endif
GENFILES += passes/techmap/techmap.inc
@@ -57,4 +58,3 @@ yosys-filterlib$(EXE): passes/techmap/filterlib.o
$(Q) mkdir -p $(dir $@)
$(P) $(LD) -o yosys-filterlib$(EXE) $(LDFLAGS) $^ $(LDLIBS)
endif
-