From 6622bf1c73b3416196c798960c290f599fe85b5c Mon Sep 17 00:00:00 2001 From: RuigeLee Date: Tue, 28 Jul 2026 16:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9C=A8wsl1=E4=B8=AD?= =?UTF-8?q?=E5=AF=B9sbt2.0=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43fa473..fdb858f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ endif shin: rm -f ./generated/shin/* rm -f ./generated/SimCDR/* - sbt "test:runMain test.testShinModule" + sbt --jvm-client "Test/runMain test.testShinModule" testShin_vl: python3 ./tb/shinTest/gen_pkt.py ${SPI_TYPE} ${TRANS_CODE} ${CDR_TYPE}