aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-09-11 17:18:26 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-09-12 18:47:46 -0700
commit6da5d36968b2792e27291adb1c89f0b1db5c5cd0 (patch)
treef9b8a0fd9e7fd8add928a47588c07e89607fe744 /passes/opt/Makefile.inc
parentf9d023c53fedd96ec1b9d3a93d0448291a1f2527 (diff)
downloadyosys-6da5d36968b2792e27291adb1c89f0b1db5c5cd0.tar.gz
yosys-6da5d36968b2792e27291adb1c89f0b1db5c5cd0.tar.bz2
yosys-6da5d36968b2792e27291adb1c89f0b1db5c5cd0.zip
Initial version of opt_demorgan is functioning for AND/OR gates. Not the prettiest results for bus inputs, but this can be improved
Diffstat (limited to 'passes/opt/Makefile.inc')
-rw-r--r--passes/opt/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/opt/Makefile.inc b/passes/opt/Makefile.inc
index a145cf946..639dc6590 100644
--- a/passes/opt/Makefile.inc
+++ b/passes/opt/Makefile.inc
@@ -6,6 +6,7 @@ OBJS += passes/opt/opt_reduce.o
OBJS += passes/opt/opt_rmdff.o
OBJS += passes/opt/opt_clean.o
OBJS += passes/opt/opt_expr.o
+OBJS += passes/opt/opt_demorgan.o
OBJS += passes/opt/rmports.o
ifneq ($(SMALL),1)