删除主站resp对外io
This commit is contained in:
@@ -52,8 +52,6 @@ module ShinTopSpiTb(
|
|||||||
wire [3:0] qspi_mosi;
|
wire [3:0] qspi_mosi;
|
||||||
wire [40-1:0] qspi_miso;
|
wire [40-1:0] qspi_miso;
|
||||||
|
|
||||||
wire isResp;
|
|
||||||
|
|
||||||
integer spidata_file;
|
integer spidata_file;
|
||||||
integer c_line;
|
integer c_line;
|
||||||
integer _pos;
|
integer _pos;
|
||||||
@@ -118,8 +116,6 @@ ShinTop s_ShinTop_Mst(
|
|||||||
.io_oqspi_isDirIn(),
|
.io_oqspi_isDirIn(),
|
||||||
.io_oqspi_csn(spi_csn[10]),
|
.io_oqspi_csn(spi_csn[10]),
|
||||||
|
|
||||||
.io_rsp_valid(isResp),
|
|
||||||
.io_rsp_bits_isError(),
|
|
||||||
.io_isSoftReset(isSoftReset[0]),
|
.io_isSoftReset(isSoftReset[0]),
|
||||||
.io_interrupt(io_int_sig[0]),
|
.io_interrupt(io_int_sig[0]),
|
||||||
.io_latchPin_0(latch0),
|
.io_latchPin_0(latch0),
|
||||||
@@ -169,8 +165,6 @@ ShinTop s_ShinTop_slv0(
|
|||||||
.io_oqspi_isDirIn(),
|
.io_oqspi_isDirIn(),
|
||||||
.io_oqspi_csn(spi_csn[11]),
|
.io_oqspi_csn(spi_csn[11]),
|
||||||
|
|
||||||
.io_rsp_valid(),
|
|
||||||
.io_rsp_bits_isError(),
|
|
||||||
.io_isSoftReset(isSoftReset[1]),
|
.io_isSoftReset(isSoftReset[1]),
|
||||||
.io_interrupt(io_int_sig[1]),
|
.io_interrupt(io_int_sig[1]),
|
||||||
.io_latchPin_0(latch0),
|
.io_latchPin_0(latch0),
|
||||||
@@ -220,8 +214,6 @@ ShinTop s_ShinTop_slv1(
|
|||||||
.io_oqspi_isDirIn(),
|
.io_oqspi_isDirIn(),
|
||||||
.io_oqspi_csn(spi_csn[12]),
|
.io_oqspi_csn(spi_csn[12]),
|
||||||
|
|
||||||
.io_rsp_valid(),
|
|
||||||
.io_rsp_bits_isError(),
|
|
||||||
.io_isSoftReset(isSoftReset[2]),
|
.io_isSoftReset(isSoftReset[2]),
|
||||||
.io_interrupt(io_int_sig[2]),
|
.io_interrupt(io_int_sig[2]),
|
||||||
.io_latchPin_0(latch0),
|
.io_latchPin_0(latch0),
|
||||||
@@ -271,8 +263,6 @@ ShinTop s_ShinTop_slv2(
|
|||||||
.io_oqspi_isDirIn(),
|
.io_oqspi_isDirIn(),
|
||||||
.io_oqspi_csn(spi_csn[13]),
|
.io_oqspi_csn(spi_csn[13]),
|
||||||
|
|
||||||
.io_rsp_valid(),
|
|
||||||
.io_rsp_bits_isError(),
|
|
||||||
.io_isSoftReset(isSoftReset[3]),
|
.io_isSoftReset(isSoftReset[3]),
|
||||||
.io_interrupt(io_int_sig[3]),
|
.io_interrupt(io_int_sig[3]),
|
||||||
.io_latchPin_0(latch0),
|
.io_latchPin_0(latch0),
|
||||||
@@ -322,8 +312,6 @@ ShinTop s_ShinTop_slv3(
|
|||||||
.io_oqspi_isDirIn(),
|
.io_oqspi_isDirIn(),
|
||||||
.io_oqspi_csn(spi_csn[14]),
|
.io_oqspi_csn(spi_csn[14]),
|
||||||
|
|
||||||
.io_rsp_valid(),
|
|
||||||
.io_rsp_bits_isError(),
|
|
||||||
.io_isSoftReset(isSoftReset[4]),
|
.io_isSoftReset(isSoftReset[4]),
|
||||||
.io_interrupt(io_int_sig[4]),
|
.io_interrupt(io_int_sig[4]),
|
||||||
.io_latchPin_0(latch0),
|
.io_latchPin_0(latch0),
|
||||||
|
|||||||
Reference in New Issue
Block a user