增加测试串行线路采样数据的代码, 可以回答晶体容限\漂移\滤波器效果等问题

This commit is contained in:
2025-08-19 09:10:43 +08:00
parent 4bdd1fd0ef
commit bd336313c6
2 changed files with 256 additions and 1 deletions

View File

@@ -53,9 +53,14 @@ testShin:
vvp -N ./tb/build/shinTest.iverilog -lxt2 || true
./tb/shinTest/check_testcase.py
testFilter:
./tb/shinTest/test_filter.py
vcdFilter:
gtkwave ./tb/build/test_filter.vcd 1>/dev/null 2>&1 &
vcdShin:
gtkwave ./tb/build/wave.vcd &
gtkwave ./tb/build/wave.vcd 1>/dev/null 2>&1 &
ef:
sbt "test:runMain test.testModule"