mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
9 lines
222 B
CMake
9 lines
222 B
CMake
add_library(yosys_techlibs_anlogic INTERFACE)
|
|
|
|
target_sources(yosys_techlibs_anlogic INTERFACE
|
|
synth_anlogic.cc
|
|
anlogic_eqn.cc
|
|
anlogic_fixcarry.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_techlibs_anlogic)
|