YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.42k stars 872 forks source link

cxxrtl: reduce stack space used by the `debug_info()` function #4380

Closed whitequark closed 4 months ago

whitequark commented 4 months ago

The large amount of stack space used by this function is problematic especially on macOS, where the default stack size is 512 KiB.