增加8b10b的测试用例,并与4b5b共享测试用例

This commit is contained in:
2025-09-09 01:21:02 +08:00
parent b51b56688a
commit 58b65da129
9 changed files with 104 additions and 9 deletions

View File

@@ -23,6 +23,16 @@ testShin_vcs:
python3 ./shinTest/check_testcase.py
testShin8b10b_vcs:
python3 ./shinTest/gen_pkt.py -8b10b
mkdir -p generated/log
rm -rf generated/log/*
@echo "Available CPUs: ${CPU_COUNT}"
${VCS} -f ./shinTest_vcs.f
${SIM}
python3 ./shinTest/check_testcase.py
testShinClk_vcs:
python3 ./shinTest/gen_pkt_clk.py --dev1 0 90 --dev2 0 -90
mkdir -p generated/log