1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

fpga/mqnic: Add missing connections

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-12-04 22:03:21 -08:00
parent 0644a12a48
commit 3a7343ec6d
4 changed files with 8 additions and 0 deletions

View File

@ -1962,6 +1962,8 @@ core_inst (
.m_axi_ddr_rvalid(m_axi_ddr_rvalid),
.m_axi_ddr_rready(m_axi_ddr_rready),
.ddr_status(ddr_status),
/*
* QSPI flash
*/

View File

@ -2144,6 +2144,8 @@ core_inst (
.m_axi_ddr_rvalid(m_axi_ddr_rvalid),
.m_axi_ddr_rready(m_axi_ddr_rready),
.ddr_status(ddr_status),
/*
* QSPI flash
*/

View File

@ -2779,6 +2779,8 @@ core_inst (
.m_axi_hbm_rvalid(m_axi_hbm_rvalid),
.m_axi_hbm_rready(m_axi_hbm_rready),
.hbm_status(hbm_status),
/*
* QSPI flash
*/

View File

@ -2876,6 +2876,8 @@ core_inst (
.m_axi_hbm_rvalid(m_axi_hbm_rvalid),
.m_axi_hbm_rready(m_axi_hbm_rready),
.hbm_status(hbm_status),
/*
* QSPI flash
*/