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:57 +08:00 committed by GitHub
commit cf757b6750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1116 additions and 0 deletions

View file

@ -29,6 +29,7 @@ OBJS += passes/techmap/extract.o
OBJS += passes/techmap/extract_fa.o
OBJS += passes/techmap/extract_counter.o
OBJS += passes/techmap/extract_reduce.o
OBJS += passes/techmap/breakreduce.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dffinit.o
OBJS += passes/techmap/pmuxtree.o