aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-06-23 14:36:34 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-01 01:57:15 +0200
commite3564b4502b05f58e6e9d9fc96603dd8a5a0b2d2 (patch)
tree5fa0e5740baf17320254329128744484fa270cf8 /passes/techmap/Makefile.inc
parent817ae04ee0c445efaf83e9847d4956f2dae0d857 (diff)
downloadyosys-e3564b4502b05f58e6e9d9fc96603dd8a5a0b2d2.tar.gz
yosys-e3564b4502b05f58e6e9d9fc96603dd8a5a0b2d2.tar.bz2
yosys-e3564b4502b05f58e6e9d9fc96603dd8a5a0b2d2.zip
Add dfflegalize 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 a54b4913d..e3b3d8dea 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -41,6 +41,7 @@ OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
+OBJS += passes/techmap/dfflegalize.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o