3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-03 19:35:43 +00:00
yosys/techlibs/gowin/CMakeLists.txt
2025-02-13 16:06:51 +01:00

18 lines
630 B
CMake

add_library(yosys_techlibs_gowin INTERFACE)
target_sources(yosys_techlibs_gowin INTERFACE
synth_gowin.cc
)
target_link_libraries(yosys PRIVATE yosys_techlibs_gowin)
add_share_file("share/gowin" "cells_map.v")
add_share_file("share/gowin" "cells_sim.v")
add_share_file("share/gowin" "cells_xtra_gw1n.v")
add_share_file("share/gowin" "cells_xtra_gw2a.v")
add_share_file("share/gowin" "cells_xtra_gw5a.v")
add_share_file("share/gowin" "arith_map.v")
add_share_file("share/gowin" "brams_map.v")
add_share_file("share/gowin" "brams.txt")
add_share_file("share/gowin" "lutrams_map.v")
add_share_file("share/gowin" "lutrams.txt")