aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-02 23:15:13 +0000
committerwhitequark <whitequark@whitequark.org>2020-06-03 15:34:03 +0000
commit6ac54a74fe9764f82b16ff3b8f06baf71f4a224b (patch)
tree1f22cb24e464fc2b056bd3f885c352e4e2d77c42 /passes/techmap/Makefile.inc
parent577859fbdbefaabac4a3c61288264f2505261586 (diff)
downloadyosys-6ac54a74fe9764f82b16ff3b8f06baf71f4a224b.tar.gz
yosys-6ac54a74fe9764f82b16ff3b8f06baf71f4a224b.tar.bz2
yosys-6ac54a74fe9764f82b16ff3b8f06baf71f4a224b.zip
flatten: split from techmap.
Although the two passes started out very similar, they diverged over time and now have little in common. Moreover, `techmap` is extremely complex while `flatten` does not have to be, and this complexity interferes with improving `flatten`.
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 873286608..a54b4913d 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -1,4 +1,5 @@
+OBJS += passes/techmap/flatten.o
OBJS += passes/techmap/techmap.o
OBJS += passes/techmap/simplemap.o
OBJS += passes/techmap/dfflibmap.o