mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-14 23:05:28 +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
8
techlibs/gatemate/CMakeLists.txt
Normal file
8
techlibs/gatemate/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
add_library(yosys_techlibs_gatemate INTERFACE)
|
||||
|
||||
target_sources(yosys_techlibs_gatemate INTERFACE
|
||||
synth_gatemate.cc
|
||||
gatemate_foldinv.cc
|
||||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_gatemate)
|
Loading…
Add table
Add a link
Reference in a new issue