3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-17 14:26:22 +00:00

Fix installation and pyosys

This commit is contained in:
Miodrag Milanovic 2026-06-17 12:05:24 +02:00
parent 6ce177e691
commit fff66fd180

View file

@ -19,8 +19,11 @@ set_target_properties(yosys-slang PROPERTIES
YOSYS_IS_ABC ON # Do not error on warning
YOSYS_COMPONENT YES
YOSYS_REQUIRES ""
YOSYS_DATA_FILES ""
YOSYS_ENABLE_IF TRUE
)
target_link_libraries(yosys-slang PUBLIC yosys_common)
add_library(yosys_read_slang ALIAS yosys-slang)
set_property(TARGET yosys_everything APPEND PROPERTY YOSYS_REQUIRES read_slang)
set_target_properties(fmt PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
set_target_properties(slang_slang PROPERTIES POSITION_INDEPENDENT_CODE TRUE)