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:
commit
620bf51c50
9 changed files with 316 additions and 39 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue