mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Splitnetlist to support const and feed-thru connections
This commit is contained in:
parent
adbf596a7a
commit
dd23878416
2 changed files with 29 additions and 11 deletions
3
Makefile
3
Makefile
|
@ -241,7 +241,7 @@ LTOFLAGS := $(CLANG_LTO)
|
|||
|
||||
ifneq ($(SANITIZER),)
|
||||
$(info [Clang Sanitizer] $(SANITIZER))
|
||||
CXXFLAGS += -g -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=$(SANITIZER)
|
||||
CXXFLAGS += -g -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=$(SANITIZER)
|
||||
LINKFLAGS += -g -fsanitize=$(SANITIZER)
|
||||
ifneq ($(findstring address,$(SANITIZER)),)
|
||||
ENABLE_COVER := 0
|
||||
|
@ -749,6 +749,7 @@ OBJS += passes/cmds/activity.o
|
|||
OBJS += passes/cmds/splitnetlist.o
|
||||
OBJS += passes/cmds/reconstructbusses.o
|
||||
OBJS += passes/sat/sim.o
|
||||
OBJS += passes/techmap/bufnorm.o
|
||||
|
||||
OBJS += passes/cmds/segv.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue