修正复位电路

This commit is contained in:
2025-09-03 16:21:37 +08:00
parent 11c6a613c7
commit 4b0e81f8f2

View File

@@ -180,7 +180,7 @@ def __GenDevice(id, TerminateNode = False):
code_device = ("\tShinTop s_ShinTop_slv%d(\n"%(id, )
+"\t.clock(clock),\n"
+"\t.reset(reset | isSoftReset[%d]),\n\n"%(id + 1,)
+"\t.reset(reset | isSoftReset_reg[%d]),\n\n"%(id + 1,)
+"\t.io_multiCLK_0(multiCLK[0]),\n"
+"\t.io_multiCLK_1(multiCLK[1]),\n"