verilator/test_regress
Krzysztof Bieganski fcf0d03cd4
Dynamic triggers for non-static contexts (#3599)
In non-static contexts like class objects or stack frames, the use of
global trigger evaluation is not feasible. The concept of dynamic
triggers allows for trigger evaluation in such cases. These triggers are
simply local variables, and coroutines are themselves responsible for
evaluating them. They await the global dynamic trigger scheduler object,
which is responsible for resuming them during the trigger evaluation
step in the 'act' eval region. Once the trigger is set, they await the
dynamic trigger scheduler once again, and then get resumed during the
resumption step in the 'act' eval region.

Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
2022-10-22 14:05:39 +00:00
..
t Dynamic triggers for non-static contexts (#3599) 2022-10-22 14:05:39 +00:00
.gdbinit
.gitignore
CMakeLists.txt
driver.pl Add --get-supported to determine what features are in Verilator (#3688). 2022-10-20 21:42:30 -04:00
input.vc
input.xsim.vc
Makefile
Makefile_obj