altera scfifo ip with power-up initial value
- 4 days ago
We recommend not to use initial power up conditions for Hyperflex Architecture. Resets should be used to put the chip into a known state.
If initial power-up conditions must be used, then we recommend that clocks be gated to prevent race conditions and functional errors by using the Reset Release IP.
If you verify that removing such initial conditions is functionally correct, you can specify the following .qsf assignment to remove those initial conditions:
set_instance_assignment –name IGNORE_REGISTER_POWER_UP_INITIALIZATION ON –to <instance name>
Please checkout the user guide below for further details:
https://docs.altera.com/r/docs/683353/25.1.1/hyperflex-architecture-high-performance-design-handbook/initial-conditions-and-retiming
Regards,
Richard Tan