mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
CMake: Installable share files
This commit is contained in:
parent
3900eadde0
commit
7a31fcac3b
22 changed files with 370 additions and 0 deletions
|
@ -7,3 +7,15 @@ target_sources(yosys_techlibs_ice40 INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_ice40)
|
||||
|
||||
add_share_file("share/ice40" "arith_map.v")
|
||||
add_share_file("share/ice40" "cells_map.v")
|
||||
add_share_file("share/ice40" "ff_map.v")
|
||||
add_share_file("share/ice40" "cells_sim.v")
|
||||
add_share_file("share/ice40" "latches_map.v")
|
||||
add_share_file("share/ice40" "brams.txt")
|
||||
add_share_file("share/ice40" "brams_map.v")
|
||||
add_share_file("share/ice40" "spram.txt")
|
||||
add_share_file("share/ice40" "spram_map.v")
|
||||
add_share_file("share/ice40" "dsp_map.v")
|
||||
add_share_file("share/ice40" "abc9_model.v")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue