7241 - Radiant: How to initialize register values when using LSE synthesis tool?
Description:
When initializing the register values using LSE, initializing like below will call the register initialization at post synthesis:

Solution:
To fix this issue, initialize the value of the register under the always block, see example below:

This is caused by synthesis of LSE on register blocks.