确认波形

This commit is contained in:
Ruige Lee
2025-09-02 11:10:05 +08:00
parent 10e0cd645c
commit a21d6eaf54
3 changed files with 5 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ testShin:
-I ./generated/shin \
-D RANDOMIZE_REG_INIT \
./tb/shinTest/ShinTopSpiTb.v
vvp -N ./tb/build/shinTest.iverilog -lxt2 || true
vvp -N ./tb/build/shinTest.iverilog -lxt2 -fst || true
./tb/shinTest/check_testcase.py
testFilter:
@@ -63,6 +63,9 @@ vcdFilter:
vcdShin:
gtkwave ./tb/build/wave.vcd 1>/dev/null 2>&1 &
fstShin:
gtkwave ./tb/build/wave.fst 1>/dev/null 2>&1 &
ef:
sbt "test:runMain test.testModule"