-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
With the R2U2 4.1 release, the following API hooks were removed from the C version (to eliminate possible confusion for end-user):
r2u2_stepexecutes a single R2U2 instruction. Good for cooperative multitasking
- Would require changes tor2u2_engine_stepr2u2_spinafter the first spin, all signal values are latched but the time-step might not be complete. Most time-steps require two spins
- Would require changes tor2u2_engine_stepr2u2_ticruns until one time-step is complete. Default for most cases as it provides all verdicts available with current knowledge and ends when the signal vector should be refreshed
- Now calledr2u2_stepin new APIr2u2_runruns continuously, requires external refreshing of the signal vectors such as DMA or memory-mapped registers
These hooks may be beneficial to add back in.
Reactions are currently unavailable