接死仿真顶层的输入,防止亚稳态

This commit is contained in:
Ruige Lee
2025-08-11 17:04:39 +08:00
parent b590ad79bc
commit 24cbc2723c

View File

@@ -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)
);