aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-12 17:01:59 +0100
committerClifford Wolf <clifford@clifford.at>2019-03-14 22:04:42 +0100
commitea8ee2414053101bae26cfc2a537d42daf57f5e0 (patch)
tree743133ec9efa6f25c49ce627a938103aadd59db8 /passes/sat/Makefile.inc
parentc4575103af83bc9757ae6fe208e0317e12dcfbd2 (diff)
downloadyosys-ea8ee2414053101bae26cfc2a537d42daf57f5e0.tar.gz
yosys-ea8ee2414053101bae26cfc2a537d42daf57f5e0.tar.bz2
yosys-ea8ee2414053101bae26cfc2a537d42daf57f5e0.zip
Add basic "mutate -list N" framework
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'passes/sat/Makefile.inc')
-rw-r--r--passes/sat/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/sat/Makefile.inc b/passes/sat/Makefile.inc
index 6cb1ea644..e91df1eb0 100644
--- a/passes/sat/Makefile.inc
+++ b/passes/sat/Makefile.inc
@@ -9,4 +9,5 @@ OBJS += passes/sat/assertpmux.o
OBJS += passes/sat/clk2fflogic.o
OBJS += passes/sat/async2sync.o
OBJS += passes/sat/supercover.o
+OBJS += passes/sat/mutate.o