修复上行子报文尾传递问题

This commit is contained in:
Ruige Lee
2025-06-25 15:25:53 +08:00
parent 8a0533738c
commit 12485fcfff
3 changed files with 24 additions and 4 deletions

View File

@@ -238,7 +238,7 @@ ShinTop s_ShinTop_slv3(
initial begin
clock = 0;
clk8x = 0;
reset = 0;
reset = 1;
_reset_deactive = 1'b0;