1
0
mirror of synced 2026-05-23 21:51:52 +00:00
Files
YosysHQ.yosys/kernel/log_help.cc
Krystine Sherwin 695bace331 log_help.cc: Don't re-flow codeblocks
Move to a (single) `log_content_body()` instead of the dual `log_pass_str()` (nothing used the string-based indent arg), and pass the `ContentListing` directly; printing codeblocks verbatim (with indent).
Refactor (non-codeblock) line splitting slightly so that it can print up to and including 80 characters before the line break.
Add comments.
2025-11-18 14:12:27 +13:00

4.4 KiB