mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 00:32:17 +00:00
Add breaksop
This commit is contained in:
parent
aad94abef4
commit
0e00fc9824
2 changed files with 98 additions and 0 deletions
|
@ -14,6 +14,7 @@ OBJS += passes/techmap/alumacc.o
|
|||
OBJS += passes/techmap/extract.o
|
||||
OBJS += passes/techmap/extract_reduce.o
|
||||
OBJS += passes/techmap/aigmap.o
|
||||
OBJS += passes/techmap/breaksop.o
|
||||
|
||||
ifeq ($(ENABLE_ABC),1)
|
||||
OBJS += passes/techmap/abc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue