aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-03-30 01:07:20 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-03-30 01:07:20 -0700
commit489caf32c54ee250338eca72c5f0098106d17788 (patch)
tree0c0b025e7147dac5abe4d5ce052073ecfc95ecce /passes/techmap/Makefile.inc
parent3ea60266488fe7e0b040c379a11d523c11ec9460 (diff)
downloadyosys-489caf32c54ee250338eca72c5f0098106d17788.tar.gz
yosys-489caf32c54ee250338eca72c5f0098106d17788.tar.bz2
yosys-489caf32c54ee250338eca72c5f0098106d17788.zip
Initial work on greenpak4 counter extraction. Doesn't work but a decent start
Diffstat (limited to 'passes/techmap/Makefile.inc')
-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 1a34b9eaf..0701e5e10 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -25,6 +25,7 @@ OBJS += passes/techmap/aigmap.o
OBJS += passes/techmap/tribuf.o
OBJS += passes/techmap/lut2mux.o
OBJS += passes/techmap/nlutmap.o
+OBJS += passes/techmap/counters.o
OBJS += passes/techmap/dffsr2dff.o
endif