diff --git a/tb/shinTest/ShinTopSpiTb.v b/tb/shinTest/ShinTopSpiTb.v index aed854a..77f6860 100644 --- a/tb/shinTest/ShinTopSpiTb.v +++ b/tb/shinTest/ShinTopSpiTb.v @@ -115,7 +115,9 @@ ShinTop s_ShinTop_Mst( .io_isSoftReset(isSoftReset[0]), .io_interrupt(io_int_sig[0]), .io_latchPin_0(latch0), - .io_latchPin_1(latch1) + .io_latchPin_1(latch1), + .io_hwSerial(0), + .io_uniCode(0) ); ShinTop s_ShinTop_slv0( @@ -164,7 +166,9 @@ ShinTop s_ShinTop_slv0( .io_isSoftReset(isSoftReset[1]), .io_interrupt(io_int_sig[1]), .io_latchPin_0(latch0), - .io_latchPin_1(latch1) + .io_latchPin_1(latch1), + .io_hwSerial(0), + .io_uniCode(0) ); ShinTop s_ShinTop_slv1( @@ -213,7 +217,9 @@ ShinTop s_ShinTop_slv1( .io_isSoftReset(isSoftReset[2]), .io_interrupt(io_int_sig[2]), .io_latchPin_0(latch0), - .io_latchPin_1(latch1) + .io_latchPin_1(latch1), + .io_hwSerial(0), + .io_uniCode(0) ); ShinTop s_ShinTop_slv2( @@ -262,7 +268,9 @@ ShinTop s_ShinTop_slv2( .io_isSoftReset(isSoftReset[3]), .io_interrupt(io_int_sig[3]), .io_latchPin_0(latch0), - .io_latchPin_1(latch1) + .io_latchPin_1(latch1), + .io_hwSerial(0), + .io_uniCode(0) ); ShinTop s_ShinTop_slv3( @@ -311,7 +319,9 @@ ShinTop s_ShinTop_slv3( .io_isSoftReset(isSoftReset[4]), .io_interrupt(io_int_sig[4]), .io_latchPin_0(latch0), - .io_latchPin_1(latch1) + .io_latchPin_1(latch1), + .io_hwSerial(0), + .io_uniCode(0) );