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:
parent
6ce177e691
commit
fff66fd180
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue