mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 06:13:25 +02:00
VerilatedVpi::callCbs() can be used by the user to signal simulation-related callbacks, e.g. VerilatedVpi::callCbs(cbStartOfSimulation). The information if any callbacks have been called may be important to drive an evaluation until no further changes are observed. Signed-off-by: Lukasz Dalek <[email protected]> Signed-off-by: Philipp Wagner <[email protected]> Signed-off-by: Stefan Wallentowitz <[email protected]> Signed-off-by: Wilson Snyder <[email protected]>