3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-25 20:46:04 +00:00

Merge pull request #29 from alaindargelas/loop_info_3

Selective boolopt
This commit is contained in:
Akash Levy 2024-12-01 12:36:09 -05:00 committed by GitHub
commit 620bf51c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 316 additions and 39 deletions

View file

@ -516,9 +516,6 @@ ifneq ($(wildcard $(VERIFIC_DIR)/hier_tree),)
VERIFIC_COMPONENTS += hier_tree
endif
endif
ifeq ($(VERIFIC_LINEFILE_INCLUDES_LOOPS),1)
CXXFLAGS += -DVERIFIC_LINEFILE_INCLUDES_LOOPS
endif
ifeq ($(ENABLE_VERIFIC_SYSTEMVERILOG),1)
VERIFIC_COMPONENTS += verilog
CXXFLAGS += -DVERIFIC_SYSTEMVERILOG_SUPPORT
@ -752,6 +749,7 @@ OBJS += passes/cmds/tee.o
OBJS += passes/cmds/activity.o
OBJS += passes/cmds/splitnetlist.o
OBJS += passes/cmds/reconstructbusses.o
OBJS += passes/cmds/longloop_select.o
OBJS += passes/sat/sim.o
OBJS += passes/techmap/bufnorm.o