3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-25 16:42:35 +00:00

Add recover_names into build and longloop_select

This commit is contained in:
Akash Levy 2025-05-06 18:58:07 -07:00
parent 291609dc0e
commit 36bd30d9eb
2 changed files with 3 additions and 2 deletions

View file

@ -743,6 +743,7 @@ include $(YOSYS_SRC)/passes/equiv/Makefile.inc
include $(YOSYS_SRC)/passes/cmds/Makefile.inc
include $(YOSYS_SRC)/passes/silimate/Makefile.inc
OBJS += passes/sat/recover_names.o
OBJS += passes/sat/sim.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/extract_reduce.o