<< ld_statemachine nested ld_write_global_memory >>

ORTD Scilab Interface Toolbox >> nested > ld_survivereset

ld_survivereset

Keep stored data through a simulation reset (EXPERIMENTAL FOR NOW)

Calling Sequence

[sim, outvec] = ld_survivereset(sim, events, invec, initvec)

Description

in *+(vecsize) - input

out *+(vecsize) - output

Prior to a simulation reset the input is stored into memory.

After the reset the data is available again via the output

Initially the output is set to initvec

<< ld_statemachine nested ld_write_global_memory >>