Skip to content

RCG: Modify default safe.snap to include DAC kill bypass time

Closes #363 (closed).

We'd dropped an old build flag that was used to determine the element element size for test point numbers.

The testpoint size reverted from 4 bytes to t2, but only in the RPC definition. As a result, only the first value in an RPC array of testpoints was in the correct position. Only one testpoint could be specified correctly per test.

I've checked the rest of the code to make sure this was the only remaining use of the build flags.

Merge request reports