Article Details

ID: 7241
Case Type: faq
Category: Radiant
Related To:
Family: All FPGA

Search Answer Database

Search Text Image

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.