mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-24 16:12:33 +00:00
CMake: Linux fixes + Merge fallout fix
This commit is contained in:
parent
1d94aa6965
commit
bd7c32f8a6
5 changed files with 71 additions and 3 deletions
|
|
@ -1,8 +1,13 @@
|
|||
# Always force disable GNU Readline, GPL trap library
|
||||
set(YOSYS_ENABLE_READLINE OFF CACHE INTERNAL "")
|
||||
set(YOSYS_ENABLE_READLINE OFF CACHE BOOL "" FORCE)
|
||||
set(YOSYS_WITHOUT_READLINE ON CACHE BOOL "" FORCE)
|
||||
# Silimate fork has Verific in top-level directory
|
||||
set(YOSYS_VERIFIC_DIR ${PROJECT_SOURCE_DIR}/verific)
|
||||
# Pyosys is the primary interface for the Silimate fork
|
||||
set(YOSYS_WITH_PYTHON ON CACHE BOOL "" FORCE)
|
||||
|
||||
add_library(verific INTERFACE)
|
||||
|
||||
if (LINUX)
|
||||
add_link_options("-Wl,--allow-multiple-definition")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue