mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add aigmap
This commit is contained in:
parent
80169758b6
commit
e99828dc94
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@ OBJS += passes/techmap/pmuxtree.o
|
|||
OBJS += passes/techmap/alumacc.o
|
||||
OBJS += passes/techmap/extract.o
|
||||
OBJS += passes/techmap/extract_reduce.o
|
||||
OBJS += passes/techmap/aigmap.o
|
||||
|
||||
ifeq ($(ENABLE_ABC),1)
|
||||
OBJS += passes/techmap/abc.o
|
||||
|
@ -37,7 +38,6 @@ OBJS += passes/techmap/extract_counter.o
|
|||
OBJS += passes/techmap/dffinit.o
|
||||
OBJS += passes/techmap/bwmuxmap.o
|
||||
OBJS += passes/techmap/muxcover.o
|
||||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/tribuf.o
|
||||
OBJS += passes/techmap/lut2mux.o
|
||||
OBJS += passes/techmap/nlutmap.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue