mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-22 07:05:51 +00:00
CMake: integrate silimate additions and extensions
- 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
This commit is contained in:
parent
e58125b605
commit
d986ee91ac
15 changed files with 380 additions and 22 deletions
6
cmake/SilimateConfig.cmake
Normal file
6
cmake/SilimateConfig.cmake
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue