HDL IP block with more than one type of AXI interface
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The idea is to generate the HDL IP blocks using the external PL DDR3 memories with both AXI4 Master and AXIS interfaces. The data are sent in in AXIS mode, lots of memory intensive calculation is done using the AXI4 Master read/write IF and then the data are read out in the AXIS mode, as shown in Fig. 1.
In the workadvisor flow, the protocol mapping for the external memory DDR3 interface is limited to AXI4 Master read and write, and there is no other mapping left for the protocol mapping for streaming data in. Shown in Fig. 2.
What is the best way to have multiple AXI interfaces for the IP block generation?
Fig. 1
![AXIS-AXI4 module.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/264719/AXIS-AXI4%20module.png)
Fig. 2
![AXI4-IF_AXIS-IF.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/264720/AXI4-IF_AXIS-IF.png)
0 comentarios
Respuestas (1)
Charan Jadigam
el 24 de Mzo. de 2020
Hi,
The feature of adding multiple AXI interfaces in a single IP is introduced in MATLAB version R2020a.This can be found in the release-notes.
0 comentarios
Ver también
Categorías
Más información sobre HDL Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!