A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: zyz1721961632286
Ixiasoft
Visible to Intel only — GUID: zyz1721961632286
Ixiasoft
3.2. Consider the Concurrent Write Behavior
By default, concurrent writes can corrupt the memory content, leading to unpredictable data. Agilex™ 5 embedded memory blocks offer predictable write behavior even when two writes target the same memory location at the same time (concurrent writes).
Enabling Non-Corruptible Writes (Simulation): To ensure data integrity during concurrent writes, activate the "ENA_NON_CORRUPT=1" option within your simulator setup script. This enables a prioritized write mechanism.
- The value from Port B is written first.
- The value from Port A is written next. This ensures Port A's data prevails in case of contention.