mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21: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,12 @@ target_sources(yosys_techlibs_fabulous INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_fabulous)
|
||||
|
||||
add_share_file("share/fabulous" "cells_map.v")
|
||||
add_share_file("share/fabulous" "prims.v")
|
||||
add_share_file("share/fabulous" "latches_map.v")
|
||||
add_share_file("share/fabulous" "ff_map.v")
|
||||
add_share_file("share/fabulous" "ram_regfile.txt")
|
||||
add_share_file("share/fabulous" "regfile_map.v")
|
||||
add_share_file("share/fabulous" "io_map.v")
|
||||
add_share_file("share/fabulous" "arith_map.v")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue