mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-19 15:19:05 +00:00
11 lines
330 B
CMake
11 lines
330 B
CMake
add_library(yosys_techlibs_achronix INTERFACE)
|
|
|
|
target_sources(yosys_techlibs_achronix INTERFACE
|
|
synth_achronix.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_techlibs_achronix)
|
|
|
|
add_share_file("share/achronix/speedster22i" "speedster22i/cells_sim.v")
|
|
add_share_file("share/achronix/speedster22i" "speedster22i/cells_map.v")
|