mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 04:31:25 +00:00
8 lines
198 B
CMake
8 lines
198 B
CMake
add_library(yosys_techlibs_efinix INTERFACE)
|
|
|
|
target_sources(yosys_techlibs_efinix INTERFACE
|
|
synth_efinix.cc
|
|
efinix_fixcarry.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_techlibs_efinix)
|