mirror of https://github.com/YosysHQ/yosys.git
Based passes/techmap/Makefile.inc changes on latest in yosys
This commit is contained in:
parent
a2c8e47295
commit
eccc0ae6db
|
@ -30,6 +30,9 @@ OBJS += passes/techmap/extract_reduce.o
|
|||
OBJS += passes/techmap/alumacc.o
|
||||
OBJS += passes/techmap/dffinit.o
|
||||
OBJS += passes/techmap/pmuxtree.o
|
||||
OBJS += passes/techmap/bmuxmap.o
|
||||
OBJS += passes/techmap/demuxmap.o
|
||||
OBJS += passes/techmap/bwmuxmap.o
|
||||
OBJS += passes/techmap/muxcover.o
|
||||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/tribuf.o
|
||||
|
|
Loading…
Reference in New Issue