mirror of https://github.com/YosysHQ/yosys.git
16 lines
466 B
CMake
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")
|