Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 讨论

POWER_UP_LEVEL for Partial Reconfiguration

DNLDNL
新手
2,362 次查看

Hi.

I use dcfifo ip core which has POWER_UP_LEVEL assisment for some  registers. Quartus shows warnings:

Critical Warning(19519): The instance assignment "POWER_UP_LEVEL" on register "...|rx_fifo|auto_generated|wrptr_g1p|counter8a0", in reconfigurable partition "......", is ignored. Initial condition is not guaranteed during partial reconfiguration.

How should I handle this situation?

0 项奖励
6 回复数
sstrell
名誉分销商 III
2,350 次查看

The built-in help says to simply remove the assignments:

https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#msgs/msgs/wqhd_power_up_level_assignment_used_in_pr_partition.htm

Are you saying the IP added these assignments when you added it to your design?  It seems like you can safely ignore this unless you have requirements for these registers after you perform a PR.

0 项奖励
DNLDNL
新手
2,339 次查看

This registers are part of FIFO Intel® FPGA IP(https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_fifo.pdf)

Therefore I can't remove the assignments.

0 项奖励
EngWei_O_Intel
2,308 次查看

Can you check if you could remove those assignment in Assignment Editor? Else if the warning will goes away if you edit the generated files which isn't the best suggestion?

 

0 项奖励
DNLDNL
新手
2,303 次查看

I can't remove is in Assignment Editor. Can I just ignore it?

0 项奖励
EngWei_O_Intel
2,216 次查看

I am transitioning this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.

0 项奖励
回复