Repeat parameter in voltage glitch tutorials

Hi,

I would like to ask about the repeat paramter in voltage glitching, how it works exactly, and what is the difference between repeat in clock glitching and repeat in voltage glitching?

thanks in advance!

For both voltage and clock glitching, this parameter controls the length of the glitch, in clock cycles.

For example if you have scope.glitch.output = 'enable_only' (which makes the glitch a full clock cycle), then you would generate one long glitch lasting scope.glitch.repeat clock cycles.

If you have scope.glitch.output = 'glitch_only', then you would generate scope.glitch.repeat consecutive glitches, each having a shape controlled by the width and offset parameters.

Jean-Pierre

1 Like

thanks a lot for your reply