mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
CMake: Installable share files
This commit is contained in:
parent
3900eadde0
commit
7a31fcac3b
22 changed files with 370 additions and 0 deletions
|
@ -5,3 +5,7 @@ target_sources(yosys_techlibs_sf2 INTERFACE
|
|||
)
|
||||
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue