Reducing Memory Resource Usage with Dual-Port Read Access
- Updated2025-03-06
- 1 minute(s) read
Reducing Memory Resource Usage with Dual-Port Read Access
For some applications, you may be able to reduce the usage of block memory resources and/or improve execution time by configuring the memory for dual-port read access on the Interfaces page of the Memory Properties dialog box.
The main advantage of dual-port read memory is that with two read ports, you can access data simultaneously from two different addresses. For example, if coefficients relate to the same sine or cosine function, you can save the function once in a memory block and use two addresses to read the different phases. The two Memory Method Nodes reading this memory can be within one structure, such as a single-cycle Timed Loop, or in different places in the FPGA VI.