aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-28 20:52:08 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-28 22:18:34 -0700
commitb5c15636c5594c2ea2f5b73919edf66d3e2478e7 (patch)
treeb5b669200d0fd13ea6f5755691fc0e573a8ee04c /passes/techmap/Makefile.inc
parent393b18e8e17432349797a1f228a7ddc7e2f7a16c (diff)
downloadyosys-b5c15636c5594c2ea2f5b73919edf66d3e2478e7.tar.gz
yosys-b5c15636c5594c2ea2f5b73919edf66d3e2478e7.tar.bz2
yosys-b5c15636c5594c2ea2f5b73919edf66d3e2478e7.zip
Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to techmap/ since it's going to become a generic pass
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 3f8a6feb5..140a9f892 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -17,6 +17,7 @@ OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/extract_fa.o
+OBJS += passes/techmap/extract_counter.o
OBJS += passes/techmap/extract_reduce.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o