Based passes/techmap/Makefile.inc changes on latest in yosys

This commit is contained in:
andyfox-rushc 2023-09-11 12:14:12 -07:00
parent a2c8e47295
commit eccc0ae6db
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ OBJS += passes/techmap/extract_reduce.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dffinit.o
OBJS += passes/techmap/pmuxtree.o
OBJS += passes/techmap/bmuxmap.o
OBJS += passes/techmap/demuxmap.o
OBJS += passes/techmap/bwmuxmap.o
OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aigmap.o
OBJS += passes/techmap/tribuf.o