2025-02-12 09:10:36 -06:00
|
|
|
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)
|
2025-02-13 09:06:51 -06:00
|
|
|
|
|
|
|
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")
|