mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 19:36:21 +00:00
Migrate build system to CMake
See #5895 for details. This commit does not include CI or documentation changes.
This commit is contained in:
parent
9d0cdb8551
commit
9b087b4aa7
207 changed files with 5202 additions and 2294 deletions
42
techlibs/coolrunner2/CMakeLists.txt
Normal file
42
techlibs/coolrunner2/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
yosys_pass(coolrunner2_sop
|
||||
coolrunner2_sop.cc
|
||||
)
|
||||
yosys_pass(coolrunner2_fixup
|
||||
coolrunner2_fixup.cc
|
||||
)
|
||||
|
||||
yosys_pass(synth_coolrunner2
|
||||
synth_coolrunner2.cc
|
||||
REQUIRES
|
||||
abc
|
||||
attrmvcp
|
||||
blackbox
|
||||
check
|
||||
clean
|
||||
coolrunner2_fixup
|
||||
coolrunner2_sop
|
||||
dffinit
|
||||
dfflibmap
|
||||
extract
|
||||
extract_counter
|
||||
flatten
|
||||
hierarchy
|
||||
iopadmap
|
||||
opt
|
||||
proc
|
||||
read_verilog
|
||||
splitnets
|
||||
stat
|
||||
synth
|
||||
techmap
|
||||
tribuf
|
||||
write_json
|
||||
DATA_DIR
|
||||
coolrunner2
|
||||
DATA_FILES
|
||||
cells_latch.v
|
||||
cells_sim.v
|
||||
cells_counter_map.v
|
||||
tff_extract.v
|
||||
xc2_dff.lib
|
||||
)
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
OBJS += techlibs/coolrunner2/synth_coolrunner2.o
|
||||
OBJS += techlibs/coolrunner2/coolrunner2_sop.o
|
||||
OBJS += techlibs/coolrunner2/coolrunner2_fixup.o
|
||||
|
||||
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_latch.v))
|
||||
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_counter_map.v))
|
||||
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/tff_extract.v))
|
||||
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/xc2_dff.lib))
|
||||
Loading…
Add table
Add a link
Reference in a new issue