3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-25 12:36:02 +00:00

CMake: Installable share files

This commit is contained in:
Miodrag Milanovic 2025-02-13 16:06:51 +01:00
parent 3900eadde0
commit 7a31fcac3b
22 changed files with 370 additions and 0 deletions

View file

@ -6,3 +6,12 @@ target_sources(yosys_techlibs_greenpak4 INTERFACE
)
target_link_libraries(yosys PRIVATE yosys_techlibs_greenpak4)
add_share_file("share/greenpak4" "cells_blackbox.v")
add_share_file("share/greenpak4" "cells_latch.v")
add_share_file("share/greenpak4" "cells_map.v")
add_share_file("share/greenpak4" "cells_sim.v")
add_share_file("share/greenpak4" "cells_sim_ams.v")
add_share_file("share/greenpak4" "cells_sim_digital.v")
add_share_file("share/greenpak4" "cells_sim_wip.v")
add_share_file("share/greenpak4" "gp_dff.lib")