mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +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
12
techlibs/quicklogic/CMakeLists.txt
Normal file
12
techlibs/quicklogic/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
add_library(yosys_techlibs_quicklogic INTERFACE)
|
||||
|
||||
target_sources(yosys_techlibs_quicklogic INTERFACE
|
||||
synth_quicklogic.cc
|
||||
ql_bram_merge.cc
|
||||
ql_bram_types.cc
|
||||
ql_dsp_simd.cc
|
||||
ql_dsp_io_regs.cc
|
||||
#ql_dsp_macc.cc
|
||||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_techlibs_quicklogic)
|
Loading…
Add table
Add a link
Reference in a new issue