3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-17 00:32:17 +00:00

Add breaksop

This commit is contained in:
Akash Levy 2024-11-16 21:58:17 -08:00
parent aad94abef4
commit 0e00fc9824
2 changed files with 98 additions and 0 deletions

View file

@ -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