增加了新的测试事件寄存器组的代码

This commit is contained in:
2025-08-05 15:18:42 +08:00
parent 4919c357b3
commit e107b39cb7
4 changed files with 112 additions and 9 deletions

View File

@@ -131,7 +131,9 @@ ShinTop i_ShinTop(
.io_oSync_3(),
.io_isSoftReset(isSoftReset),
.io_ledTest(led)
.io_ledTest(led),
.io_latchPin_0(),
.io_latchPin_1()
);
assign io_led = led[5:2];