mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 18:30:25 +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,15 @@ target_sources(yosys_techlibs_intel INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_intel)
|
||||
|
||||
add_share_file("share/intel/common" "common/m9k_bb.v")
|
||||
add_share_file("share/intel/common" "common/altpll_bb.v")
|
||||
add_share_file("share/intel/common" "common/brams_m9k.txt")
|
||||
add_share_file("share/intel/common" "common/brams_map_m9k.v")
|
||||
add_share_file("share/intel/common" "common/ff_map.v")
|
||||
|
||||
# Add the cell models and mappings for the VQM backend
|
||||
foreach(family IN ITEMS max10 cyclone10lp cycloneiv cycloneive)
|
||||
add_share_file("share/intel/${family}" "${family}/cells_sim.v")
|
||||
add_share_file("share/intel/${family}" "${family}/cells_map.v")
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue