mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
Update
This commit is contained in:
parent
a0ebd9545a
commit
af10f5e4f6
2 changed files with 6 additions and 15 deletions
7
Makefile
7
Makefile
|
@ -8,9 +8,6 @@ CONFIG := none
|
|||
# CONFIG := msys2-32
|
||||
# CONFIG := msys2-64
|
||||
|
||||
# silimate
|
||||
DISABLE_MEM_PRIORITY_MASK := 1 # not logically equivalent!
|
||||
|
||||
# features (the more the better)
|
||||
ENABLE_TCL := 0
|
||||
ENABLE_ABC := 0
|
||||
|
@ -491,10 +488,6 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_MEM_PRIORITY_MASK),1)
|
||||
CXXFLAGS += -DSILIMATE_DISABLE_MEM_PRIORITY_MASK
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_GHDL),1)
|
||||
GHDL_PREFIX ?= $(PREFIX)
|
||||
GHDL_INCLUDE_DIR ?= $(GHDL_PREFIX)/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue