mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 09:48:22 +02:00
Previously, in any given VPI callback, if the callback body registered the same callback, that registering would be processed in the currently executing call to the call*Cbs function. In the worse case, this could lead to an infinite loop.