修正复位电路
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user