yosys/techlibs/efinix/CMakeLists.txt

16 lines
466 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)
add_share_file("share/efinix" "cells_map.v")
add_share_file("share/efinix" "arith_map.v")
add_share_file("share/efinix" "cells_sim.v")
add_share_file("share/efinix" "brams_map.v")
add_share_file("share/efinix" "gbuf_map.v")
add_share_file("share/efinix" "brams.txt")