3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-21 02:30:25 +00:00

Add recover_names pass to recover names post-mapping

This commit is contained in:
gatecat 2021-11-25 19:43:58 +00:00 committed by myrtle
parent 57c9eb70fe
commit 52c8c28d2c
3 changed files with 737 additions and 0 deletions

View file

@ -16,6 +16,7 @@ OBJS += passes/sat/fmcombine.o
OBJS += passes/sat/mutate.o
OBJS += passes/sat/cutpoint.o
OBJS += passes/sat/fminit.o
OBJS += passes/sat/recover_names.o
ifeq ($(DISABLE_SPAWN),0)
OBJS += passes/sat/qbfsat.o
endif