3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 11:26:22 +00:00
This commit is contained in:
nataliakokoromyti 2026-05-23 13:05:52 +08:00 committed by GitHub
commit cf69ffb534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 291 additions and 0 deletions

View file

@ -7,6 +7,7 @@ OBJS += passes/techmap/booth.o
OBJS += passes/techmap/libparse.o
OBJS += passes/techmap/libcache.o
OBJS += passes/techmap/breaksop.o
ifeq ($(ENABLE_ABC),1)
OBJS += passes/techmap/abc.o
OBJS += passes/techmap/abc9.o