mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-28 17:08:46 +00:00
CMake: Add most of passes
This commit is contained in:
parent
6144b5c598
commit
e594e90293
23 changed files with 235 additions and 42 deletions
9
techlibs/anlogic/CMakeLists.txt
Normal file
9
techlibs/anlogic/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
add_library(yosys_techlibs_anlogic INTERFACE)
|
||||
|
||||
target_sources(yosys_techlibs_anlogic INTERFACE
|
||||
synth_anlogic.cc
|
||||
anlogic_eqn.cc
|
||||
anlogic_fixcarry.cc
|
||||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_anlogic)
|
Loading…
Add table
Add a link
Reference in a new issue