3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 11:26:22 +00:00
yosys/passes/equiv/CMakeLists.txt
Catherine 9b087b4aa7 Migrate build system to CMake
See #5895 for details.

This commit does not include CI or documentation changes.
2026-05-23 03:48:24 +00:00

54 lines
667 B
CMake

yosys_pass(equiv_make
equiv_make.cc
equiv.h
)
yosys_pass(equiv_miter
equiv_miter.cc
equiv.h
)
yosys_pass(equiv_simple
equiv_simple.cc
equiv.h
)
yosys_pass(equiv_status
equiv_status.cc
equiv.h
)
yosys_pass(equiv_add
equiv_add.cc
equiv.h
)
yosys_pass(equiv_remove
equiv_remove.cc
equiv.h
)
yosys_pass(equiv_induct
equiv_induct.cc
equiv.h
)
yosys_pass(equiv_struct
equiv_struct.cc
equiv.h
)
yosys_pass(equiv_purge
equiv_purge.cc
equiv.h
)
yosys_pass(equiv_mark
equiv_mark.cc
equiv.h
)
yosys_pass(equiv_opt
equiv_opt.cc
equiv.h
REQUIRES
async2sync
check
clk2fflogic
design
equiv_induct
equiv_make
equiv_status
hierarchy
techmap
)