3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-29 07:27:58 +00:00

CMake: Add most of passes

This commit is contained in:
Miodrag Milanovic 2025-02-12 16:10:36 +01:00
parent 6144b5c598
commit e594e90293
23 changed files with 235 additions and 42 deletions

View file

@ -0,0 +1,9 @@
add_library(yosys_techlibs_coolrunner2 INTERFACE)
target_sources(yosys_techlibs_coolrunner2 INTERFACE
synth_coolrunner2.cc
coolrunner2_sop.cc
coolrunner2_fixup.cc
)
target_link_libraries(yosys PRIVATE yosys_techlibs_coolrunner2)