备份代码,几个问题:1.打印消息超过63个设备后,设备号正确,但是从0开始;2.128个设备的话,末尾的2个设备不正确,不知道为什么

This commit is contained in:
2025-09-08 01:23:14 +08:00
parent 7d7f92e2fe
commit 41d4805841
5 changed files with 312 additions and 5 deletions

View File

@@ -31,6 +31,16 @@ testShinClk_vcs:
${SIM}
python3 ./shinTest/check_testcase.py
testShinMany_vcs:
python3 ./shinTest/gen_pkt_many_dev.py
mkdir -p generated/log
rm -rf generated/log/*
@echo "Available CPUs: ${CPU_COUNT}"
${VCS} -f ./shinTest_vcs.f
${SIM}
python3 ./shinTest/check_testcase.py
sim:
${SIM}