1
0
mirror of synced 2026-03-10 04:45:33 +00:00
Files
YosysHQ.yosys/kernel/log.h
Robert O'Callahan af3bb9751f Make log_error() work in a Multithreaded context.
`log_error()` causes an exit so we don't have to try too hard here. The main
thing is to ensure that we normally are able to exit without causing a stack
overflow due to recursive asserts about not being in a `Multithreaded` context.
2026-02-17 03:24:51 +00:00

15 KiB