3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 01:11:58 +00:00
yosys/passes
Mohamed Gaber 447a6cb3f0
misc: WITH_PYTHON -> YOSYS_ENABLE_PYTHON
For consistency.

Also trying a new thing: only rebuilding objects that use the pybind11 library. The idea is these are the only objects that include the Python/pybind headers and thus the only ones that depend on the Python ABI in any capacity, so other objects can be reused across wheel builds. This has the potential to cut down build times.
2025-10-03 11:54:44 +03:00
..
cmds misc: WITH_PYTHON -> YOSYS_ENABLE_PYTHON 2025-10-03 11:54:44 +03:00
equiv Merge pull request #5357 from rocallahan/builtin-ff 2025-09-17 11:37:16 +02:00
fsm Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix() 2025-09-16 23:02:16 +00:00
hierarchy hierarchy: Suggest more specific command to skip unsupported SVA 2025-09-26 18:41:26 +02:00
memory Remove .c_str() from parameters to log_debug() 2025-09-23 19:10:33 +12:00
opt Merge pull request #5349 from rocallahan/cleanup-hashops 2025-09-30 19:34:44 +02:00
pmgen Remove .c_str() from log_cmd_error() and log_file_error() parameters 2025-09-16 22:59:08 +00:00
proc Update passes/proc to avoid bits() 2025-09-16 03:17:23 +00:00
sat Merge pull request #5268 from YosysHQ/krys/cutpoint_inout 2025-09-24 04:14:19 +12:00
techmap Merge pull request #5381 from povik/abc9-multilib 2025-09-25 09:45:09 +02:00
tests Remove .c_str() from parameters to log_debug() 2025-09-23 19:10:33 +12:00