mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 09:50:24 +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,28 @@ target_sources(yosys_techlibs_lattice INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_lattice)
|
||||
|
||||
add_share_file("share/lattice" "cells_ff.vh")
|
||||
add_share_file("share/lattice" "cells_io.vh")
|
||||
add_share_file("share/lattice" "cells_map.v")
|
||||
add_share_file("share/lattice" "common_sim.vh")
|
||||
add_share_file("share/lattice" "ccu2d_sim.vh")
|
||||
add_share_file("share/lattice" "ccu2c_sim.vh")
|
||||
add_share_file("share/lattice" "cells_sim_ecp5.v")
|
||||
add_share_file("share/lattice" "cells_sim_xo2.v")
|
||||
add_share_file("share/lattice" "cells_sim_xo3.v")
|
||||
add_share_file("share/lattice" "cells_sim_xo3d.v")
|
||||
add_share_file("share/lattice" "cells_bb_ecp5.v")
|
||||
add_share_file("share/lattice" "cells_bb_xo2.v")
|
||||
add_share_file("share/lattice" "cells_bb_xo3.v")
|
||||
add_share_file("share/lattice" "cells_bb_xo3d.v")
|
||||
add_share_file("share/lattice" "lutrams_map.v")
|
||||
add_share_file("share/lattice" "lutrams.txt")
|
||||
add_share_file("share/lattice" "brams_map_16kd.v")
|
||||
add_share_file("share/lattice" "brams_16kd.txt")
|
||||
add_share_file("share/lattice" "brams_map_8kc.v")
|
||||
add_share_file("share/lattice" "brams_8kc.txt")
|
||||
add_share_file("share/lattice" "arith_map_ccu2c.v")
|
||||
add_share_file("share/lattice" "arith_map_ccu2d.v")
|
||||
add_share_file("share/lattice" "latches_map.v")
|
||||
add_share_file("share/lattice" "dsp_map_18x18.v")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue