yosys/passes
Robert O'Callahan 8492c49f6c Remove `string_buf` by making `log_signal()` and `log_const()` return `std::string`
We only have to fix one caller in-tree so this probably has very low impact on out-of-tree plugins.

Resolves #5215
2025-09-16 03:06:17 +00:00
..
cmds Merge pull request #4252 from zapta/master 2025-09-15 15:40:40 +02:00
equiv Make `log()` use the `FmtString` infrastructure. 2025-09-09 15:41:03 +02:00
fsm Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
hierarchy Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
memory Merge pull request #5336 from rocallahan/remove-log-cstr 2025-09-12 14:09:48 +02:00
opt Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
pmgen Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
proc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
sat Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
techmap Remove `string_buf` by making `log_signal()` and `log_const()` return `std::string` 2025-09-16 03:06:17 +00:00
tests Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00