文章详情

ID: 7241
实例类型: faq
分类: Radiant
相关:
产品系列: All FPGA

搜索答案数据库

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.