mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
backends: protobuf: removed protobuf backend
This commit is contained in:
parent
03df1ac72b
commit
7a73133c9f
5 changed files with 0 additions and 562 deletions
4
Makefile
4
Makefile
|
@ -23,7 +23,6 @@ DISABLE_VERIFIC_EXTENSIONS := 0
|
|||
DISABLE_VERIFIC_VHDL := 0
|
||||
ENABLE_COVER := 1
|
||||
ENABLE_LIBYOSYS := 0
|
||||
ENABLE_PROTOBUF := 0
|
||||
ENABLE_ZLIB := 1
|
||||
|
||||
# python wrappers
|
||||
|
@ -544,9 +543,6 @@ LDLIBS += $(patsubst %,$(VERIFIC_DIR)/%/*-linux.a,$(VERIFIC_COMPONENTS)) -lz
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_PROTOBUF),1)
|
||||
LDLIBS += $(shell pkg-config --cflags --libs protobuf)
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_COVER),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_COVER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue