mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-29 22:40:12 +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,16 @@ target_sources(yosys_techlibs_gatemate INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_gatemate)
|
||||
|
||||
add_share_file("share/gatemate" "reg_map.v")
|
||||
add_share_file("share/gatemate" "mux_map.v")
|
||||
add_share_file("share/gatemate" "lut_map.v")
|
||||
add_share_file("share/gatemate" "mul_map.v")
|
||||
add_share_file("share/gatemate" "arith_map.v")
|
||||
add_share_file("share/gatemate" "cells_sim.v")
|
||||
add_share_file("share/gatemate" "cells_bb.v")
|
||||
add_share_file("share/gatemate" "brams_map.v")
|
||||
add_share_file("share/gatemate" "brams.txt")
|
||||
add_share_file("share/gatemate" "brams_init_20.vh")
|
||||
add_share_file("share/gatemate" "brams_init_40.vh")
|
||||
add_share_file("share/gatemate" "inv_map.v")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue