mirror of https://github.com/YosysHQ/yosys.git
Added Makefile with passed required for SAT
This commit is contained in:
parent
a67471d7f9
commit
db039c5987
4
Makefile
4
Makefile
|
|
@ -763,6 +763,9 @@ include $(YOSYS_SRC)/passes/silimate/Makefile.inc
|
|||
|
||||
OBJS += passes/sat/recover_names.o
|
||||
OBJS += passes/sat/sim.o
|
||||
OBJS += passes/sat/sat.o
|
||||
OBJS += passes/sat/miter.o
|
||||
OBJS += passes/sat/async2sync.o
|
||||
OBJS += passes/techmap/extract.o
|
||||
OBJS += passes/techmap/extract_reduce.o
|
||||
OBJS += passes/techmap/alumacc.o
|
||||
|
|
@ -773,6 +776,7 @@ OBJS += passes/techmap/muxcover.o
|
|||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/attrmap.o
|
||||
OBJS += passes/techmap/clockgate.o
|
||||
OBJS += passes/techmap/dffunmap.o
|
||||
|
||||
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/memory/Makefile.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue