mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
- update CMakeLists.txt to load two new files: - SilimateConfig.cmake: sets Silimate configuration options and defaults - SilimateVerific.cmake: compiles Verific library, optionally with Silimate modifications - include silimate tests in test Makefile
6 lines
196 B
CMake
6 lines
196 B
CMake
# Always force disable GNU Readline, GPL trap library
|
|
set(YOSYS_ENABLE_READLINE OFF)
|
|
set(YOSYS_VERIFIC_DIR ${PROJECT_SOURCE_DIR}/verific)
|
|
set(YOSYS_WITH_PYTHON ON)
|
|
|
|
add_library(verific INTERFACE)
|