File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8888
8989# ##### project template target ######
9090template :
91- @./scripts/template.sh -t tc_l1
91+ @./scripts/template.sh -t $( CHIP_TARGET )
9292
9393# ##### chisel target ######
9494millTest :
@@ -239,7 +239,7 @@ $(cpuTestLogFile):
239239 $(shell echo 0 > $(CPUTEST_HOME ) /build/log/passcasenum-log.txt)
240240
241241$(cpuTestCaseName ) : cputest-% : $(CPUTEST_HOME ) /build/% -riscv64-mycpu.bin
242- $(call getRecursiveTestRes, $(CPUTEST_HOME ) , 34 )
242+ $(call getRecursiveTestRes, $(CPUTEST_HOME ) , 33 )
243243
244244unit-test : simBuild riscvRecursiveTest cpuRecursiveTest
245245
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ configTemplate() {
7070
7171configTarget () {
7272 # HACK: need to make one check statement
73+ # now dont receive 'tc_l2' as parameter
7374 if [[ -n $1 && $1 == " tc_l3" ]]; then
7475 configTemplate $1
7576 elif [[ -n $1 && $1 == " tc_l4" ]]; then
You can’t perform that action at this time.
0 commit comments