yosys/techlibs/sf2/CMakeLists.txt

12 lines
290 B
CMake
Raw Normal View History

2025-02-12 09:10:36 -06:00
add_library(yosys_techlibs_sf2 INTERFACE)
target_sources(yosys_techlibs_sf2 INTERFACE
synth_sf2.cc
)
target_link_libraries(yosys PRIVATE yosys_techlibs_sf2)
2025-02-13 09:06:51 -06:00
add_share_file("share/sf2" "arith_map.v")
add_share_file("share/sf2" "cells_map.v")
add_share_file("share/sf2" "cells_sim.v")