mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-28 08:58:45 +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)
|