From 790216d6e9fe874ed7bd6c40572666e7ad35381b Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 3 Sep 2025 16:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=A4=8D=E4=BD=8D=E7=94=B5?= =?UTF-8?q?=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tb/shinTest/testcase/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb/shinTest/testcase/environment.py b/tb/shinTest/testcase/environment.py index b55f46b..a072730 100644 --- a/tb/shinTest/testcase/environment.py +++ b/tb/shinTest/testcase/environment.py @@ -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"