mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
CMake: Installable share files
This commit is contained in:
parent
3900eadde0
commit
7a31fcac3b
22 changed files with 370 additions and 0 deletions
|
@ -6,3 +6,14 @@ target_sources(yosys_techlibs_microchip INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_microchip)
|
||||
|
||||
add_share_file("share/microchip" "arith_map.v")
|
||||
add_share_file("share/microchip" "cells_map.v")
|
||||
add_share_file("share/microchip" "cells_sim.v")
|
||||
add_share_file("share/microchip" "polarfire_dsp_map.v")
|
||||
|
||||
add_share_file("share/microchip" "brams_defs.vh")
|
||||
add_share_file("share/microchip" "LSRAM_map.v")
|
||||
add_share_file("share/microchip" "LSRAM.txt")
|
||||
add_share_file("share/microchip" "uSRAM_map.v")
|
||||
add_share_file("share/microchip" "uSRAM.txt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue