3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 07:36:39 +00:00
yosys/techlibs/sf2/CMakeLists.txt
2025-02-13 16:06:51 +01:00

12 lines
290 B
CMake

add_library(yosys_techlibs_sf2 INTERFACE)
target_sources(yosys_techlibs_sf2 INTERFACE
synth_sf2.cc
)
target_link_libraries(yosys PRIVATE yosys_techlibs_sf2)
add_share_file("share/sf2" "arith_map.v")
add_share_file("share/sf2" "cells_map.v")
add_share_file("share/sf2" "cells_sim.v")